Package com.iland.core.api.sso
Class OIDCAuthenticationConfiguration
java.lang.Object
com.iland.core.api.sso.OIDCAuthenticationConfiguration
OIDC Authentication Configuration.
- Author:
- Nick Kasprzak
-
Constructor Summary
ConstructorsConstructorDescriptionOIDCAuthenticationConfiguration(String clientId, String clientSecret, String clientAuth) -
Method Summary
Modifier and TypeMethodDescriptionThe client authentication method (cfr. https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication).The client or client identifier registered within the identity provider.The client or client secret registered within the identity provider.
-
Constructor Details
-
OIDCAuthenticationConfiguration
-
-
Method Details
-
getClientId
The client or client identifier registered within the identity provider. -
getClientSecret
The client or client secret registered within the identity provider. -
getClientAuth
The client authentication method (cfr. https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication). In case of JWT signed with private key, the realm private key is used.
-