mozilla / mozilla-django-oidc

A django OpenID Connect library
https://mozilla-django-oidc.readthedocs.io
Mozilla Public License 2.0
454 stars 169 forks source link

automatic client configuration #280

Open pbelmann opened 6 years ago

pbelmann commented 6 years ago

First, thanks for the great work you did with this plugin! It would be useful for OIDC clients to be automatically configured by referencing the configuration stated in a well known file which is also defined by the OIDC spec

We had the issue that a provider accidentally changed jwk configuration and our client could not verify the signature anymore. So this could be solved if the client always references the current client configuration.

Is this on the short or long term agenda for this plugin?

johngian commented 5 years ago

Hey @pbelmann thanks for the feedback. Its been in the TODOs since forever but i guess things worked out fine and we never prioritized it.

I will try to implement this so it goes out with the next release.

pc9795 commented 5 years ago

Hi @johngian, Can I pick this issue?

johngian commented 5 years ago

Sure, thanks for the contribution!

pc9795 commented 5 years ago

Hi @johngian when are you planning your next release?

johngian commented 5 years ago

We don't have a specific timeline per release.