Interface ModifyVerifiedAccessTrustProviderOidcOptions.Builder

    • Method Detail

      • authorizationEndpoint

        ModifyVerifiedAccessTrustProviderOidcOptions.Builder authorizationEndpoint​(String authorizationEndpoint)

        The OIDC authorization endpoint.

        Parameters:
        authorizationEndpoint - The OIDC authorization endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userInfoEndpoint

        ModifyVerifiedAccessTrustProviderOidcOptions.Builder userInfoEndpoint​(String userInfoEndpoint)

        The OIDC user info endpoint.

        Parameters:
        userInfoEndpoint - The OIDC user info endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scope

        ModifyVerifiedAccessTrustProviderOidcOptions.Builder scope​(String scope)

        OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.

        Parameters:
        scope - OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.