Heikki Hellgren
Heikki Hellgren
Or am I missing something completely here? How can I use, let's say, github auth provider from the upstream and modify the ownership entity references resolving with old and/or the...
@freben yes the other way of handling this is to allow passing some properties to that function but again it requires changes to the existing providers either by config or...
> @drodil, sorry, my comments aren't intended to block anything, just trying to understand. Mostly because I was trying to do something similar recently and had issues and thought maybe...
Ah, I had to check this. So, let's take 2 providers, `microsoft` and `awsalb`. The Microsoft provider resolver has the following signature: ```ts resolver: SignInResolver; ``` while awsalb has: ```ts...
@Rugvip sure! So what I would like to achieve is that: - a group called `company-developers` has a child group called `team1-developers` - user `john.doe` is a member of the...
Any chance to probably get this as part of the next release? We have some internal requirements that require solving the ownerships as described in my earlier comment. Thanks for...
@Rugvip ok, yes we can do it with duplicating the resolvers but have to wait for the `@backstage/plugin-auth-backend-module-aws-alb-provider` to be released as it has some types that can be reused...
So did the resolving for one provider now and it requires a lot of changes already for one provider. Any chance to make this go forward in some direction? We...