Interface SignInOptions.Builder

    • Method Detail

      • applicationUrl

        SignInOptions.Builder applicationUrl​(String applicationUrl)

        The URL that accepts authentication requests for an application. This is a required parameter if the Origin parameter is APPLICATION.

        Parameters:
        applicationUrl - The URL that accepts authentication requests for an application. This is a required parameter if the Origin parameter is APPLICATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • origin

        SignInOptions.Builder origin​(String origin)

        This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:

        • APPLICATION: IAM Identity Center redirects the customer to the configured ApplicationUrl.

        • IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.

        Parameters:
        origin - This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:

        • APPLICATION: IAM Identity Center redirects the customer to the configured ApplicationUrl.

        • IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SignInOrigin, SignInOrigin
      • origin

        SignInOptions.Builder origin​(SignInOrigin origin)

        This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:

        • APPLICATION: IAM Identity Center redirects the customer to the configured ApplicationUrl.

        • IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.

        Parameters:
        origin - This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:

        • APPLICATION: IAM Identity Center redirects the customer to the configured ApplicationUrl.

        • IDENTITY_CENTER: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SignInOrigin, SignInOrigin