Class OIDCAuthenticationConfiguration

java.lang.Object
com.iland.core.api.sso.OIDCAuthenticationConfiguration

public final class OIDCAuthenticationConfiguration extends Object
OIDC Authentication Configuration.
Author:
Nick Kasprzak
  • Constructor Details

    • OIDCAuthenticationConfiguration

      public OIDCAuthenticationConfiguration(String clientId, String clientSecret, String clientAuth)
  • Method Details

    • getClientId

      public String getClientId()
      The client or client identifier registered within the identity provider.
    • getClientSecret

      public String getClientSecret()
      The client or client secret registered within the identity provider.
    • getClientAuth

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