Class OidcClients


  • public class OidcClients
    extends java.lang.Object
    An ordered list of oidc clients to use when looking for credentials.
    • Method Detail

      • getIDToken

        public OidcToken getIDToken()
                             throws OidcException
        Attempts to obtain a token from the first enabled oidc provider and errors if a failure occurs, does not try other providers if the first provider fails.
        Returns:
        an oidc token
        Throws:
        OidcException - if token request fails or if no valid provider was found