Tim Schilling

Results 420 comments of Tim Schilling

@MelnykR when you have some time, can you take a look at this to see if you can identify the issue? I'd be happy to implement the fix.

I don't have the availability to do the research into how the configuration should work. If you can give me high level pointers, I will make time to do the...

@Ronghefeng have you tried the workaround at the end of issue?

Alternatively, you can subclass the ADFS backend and override [`get_group_memberships`](https://github.com/snok/django-auth-adfs/blob/master/django_auth_adfs/backend.py#L84) to do what you need it to.

There's an open PR but it has some things that need to be addressed. You can base your work off of that.

My concern once is that we're now at 1 to N requests to authenticate a user. If we're building something for folks who have hundreds of groups per user, do...

Am I understanding you correctly that you'd like to key authentication based on the email rather than the username because the username in Django can't match what Azure would pass...

I think I'd need to be convinced that this is an issue for more folks before agreeing that it's something that should be supported out of the box. Let's see...

@HiralBarot1512 can you include the full error and the logs? It's also a good idea for you to debug the application and library to see why exactly that URI mismatch...

> Why this configuration was deprecated? It was deprecated 6 years ago. According to the comments, it's because it simplified the settings configuration and would rely on [`LOGIN_REDIRECT_URL`](https://docs.djangoproject.com/en/5.0/ref/settings/#std-setting-LOGIN_REDIRECT_URL). You can...