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.
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.