maykinmedia / mozilla-django-oidc-db

Database-backed settings for mozilla-django-oidc, with modified unique identifiers for users
MIT License
4 stars 0 forks source link

Admin form makes request to discovery endpoint, even if config is disabled #93

Open stevenbal opened 4 months ago

stevenbal commented 4 months ago

I ran into this locally, if I have a discovery endpoint configured and I try to disable the configuration, the form tries to request this endpoint (which causes saving to fail in case I don't have keycloak running). Workaround would be to make the discovery endpoint empty, but it's kind of annoying