You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
when we configure a client with name, eg "django_provider" and the RP gets the authz code, when it GET to token endpoint the following exception raises
This is due to the need to configure the same provider name as final path element in every uris in the configuration.
I can fix this problem simply by adding django_provider in every uris paramenter.
probably we should decouple them, allowing each client to be configured with randomic/customized uris path
when we configure a client with name, eg "django_provider" and the RP gets the authz code, when it GET to token endpoint the following exception raises
This is due to the need to configure the same provider name as final path element in every uris in the configuration.
I can fix this problem simply by adding django_provider in every uris paramenter.
probably we should decouple them, allowing each client to be configured with randomic/customized uris path