puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
156 stars 218 forks source link

add documentation for usage with custom identity provider #23

Closed dtenenba closed 7 years ago

dtenenba commented 7 years ago

Hi,

I would like to use this project to test an OpenID Connect Identity Provider that I am developing, based on the Django OIDC Provider.

Not all Identity Providers provide a client_secrets.json file, so it isn't clear to me how to get that or what values to put in it.

Also, when setting up the client in my identity provider, I need to provide information about which flow is being used, and what the redirect URI(s) are, and I'm not sure what to put in.

If the README had just a few sentences about how to use this with a custom identity provider, that would be great.

Thanks.