Could you provide me with the information I will need to connect to FAS as an OpenID Connect source?
I need the following information (taken from https://github.com/joeattardi/kolinahr#environment-variables):
OPENID_CONNECT_AUTHORIZATION_URL - The authorization URL endpoint for your OpenID Connect provider. OPENID_CONNECT_TOKEN_URL - The token URL endpoint for your OpenID Connect provider. OPENID_CONNECT_USER_INFO_URL - The userinfo URL endpoint for your OpenID Connect provider. OPENID_CONNECT_CLIENT_ID - The client ID for your OpenID Connect provider. OPENID_CONNECT_CLIENT_SECRET - The client secret for your OpenID Connect provider. OPENID_CONNECT_CALLBACK_URL - The callback URL to use with your OpenID Connect provider. This should be of the form http://kolinahr.fedorainfracloud.org/auth/callback, where host and port are the host and port Kolinahr is running on.
@kevin changed the status to Fixed
Fixed