This generic provider works with all OpenID Connect (OIDC) services which are compatible with the OpenID specification. The service has to support the URL /.well-known/openid-configuration
.
OpenID can be used with, e.g. Ping Identity.
The following settings depend on the service:
https://<your-server:port>/login/openid
Client ID
and Client Secret
Code
Authorization Code
Client Secret Post
https://<service-base-url>
→ which has provides the well known URI: https://<service-base-url>/.well-known/openid-configuration
Client ID
and Client Secret
from your service