Jouleworks / django-better-auth-oidc

MIT License
1 stars 1 forks source link

Allow for manual setting of endpoints and .well-known #2

Open resba opened 11 months ago

resba commented 11 months ago

Right now the system assumes the end user knows what they're doing and that .well-known/openid-configuration is a direct child of the auth endpoint. This can sometimes not be the case and should be configurable by the end user.

In addition, end users should be able to configure every endpoint from the settings, rather than be forced to use the .well-known as sometimes the doc doesn't exist.