-
Notifications
You must be signed in to change notification settings - Fork 121
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
Help!!!! not getting refresh-openid-connect-well-known #34
Comments
Have you correctly specified the URL of your server, including the schema? You can do this in the Django admin under keycloak -> servers. |
Please start the url with https:// |
https:// did't work.. |
do you have any error log? |
delete th "auth" in Url. |
this is not bad |
I am facing the same issue, did anybody solve it? |
Hi ,
Thanks for such lib. I am trying to use this lib for my current project but not getting 'refresh-openid-connect-well-known' action under admin panel bz of that getting below error "Invalid URL 'auth/realms/Master/.well-known/openid-configuration': No schema supplied. Perhaps you meant http://auth/realms/Master/.well-known/openid-configuration?" can you guide me where it is wrong.
The text was updated successfully, but these errors were encountered: