-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not redirecting on login #627
Comments
And what does the console inspector show, any error? do you have a valid redirect url on the OAuth provider? |
there no error login works fine with my authbackend but when i login it redirect me back to login instead of taking me to/o/applications
thats all i am using |
Check out the configuration applied when creating a client, as shown here, specially the redirect URI |
no no . i am not able to access the oauthserver panel with my custom backend it just log me in and then redirect me back to the login . |
i am using custom backend model and when ever i login for ?next=/o/application/
it will redirect me back to ?next=/o/application after login and /o/application/ remains same
what should i do here i think authentication is not working .
The text was updated successfully, but these errors were encountered: