django-keycloak
django-keycloak copied to clipboard
Help!!!! not getting refresh-openid-connect-well-known
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.
Have you correctly specified the URL of your server, including the schema? You can do this in the Django admin under keycloak -> servers.
this is my server congi.
and this my realm congi.

one Q what do you mean by schema here?
Please start the url with https://
https:// did't work.. this is my repo. i copied keycloak folder bz there was some issue with python version. superuser:pwd/admin:admin. can you please advice where it is wrong. https://github.com/garimagupta715/django_keycloak_lib
do you have any error log?
delete th "auth" in Url. localhost:8080 is enough.
this is not bad
I am facing the same issue, did anybody solve it?