public static interface FederationParameters.Builder extends SdkPojo, CopyableBuilder<FederationParameters.Builder,FederationParameters>
| Modifier and Type | Method and Description |
|---|---|
FederationParameters.Builder |
applicationCallBackURL(String applicationCallBackURL)
The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider
configuration (IdP).
|
FederationParameters.Builder |
attributeMap(Map<String,String> attributeMap)
SAML attribute name and value.
|
FederationParameters.Builder |
federationProviderName(String federationProviderName)
Name of the identity provider (IdP).
|
FederationParameters.Builder |
federationURN(String federationURN)
The Uniform Resource Name (URN).
|
FederationParameters.Builder |
samlMetadataDocument(String samlMetadataDocument)
SAML 2.0 Metadata document from identity provider (IdP).
|
FederationParameters.Builder |
samlMetadataURL(String samlMetadataURL)
Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFederationParameters.Builder samlMetadataDocument(String samlMetadataDocument)
SAML 2.0 Metadata document from identity provider (IdP).
samlMetadataDocument - SAML 2.0 Metadata document from identity provider (IdP).FederationParameters.Builder samlMetadataURL(String samlMetadataURL)
Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).
samlMetadataURL - Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).FederationParameters.Builder applicationCallBackURL(String applicationCallBackURL)
The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).
applicationCallBackURL - The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider
configuration (IdP).FederationParameters.Builder federationURN(String federationURN)
The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.
federationURN - The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service
Provider Entity ID.FederationParameters.Builder federationProviderName(String federationProviderName)
Name of the identity provider (IdP).
federationProviderName - Name of the identity provider (IdP).FederationParameters.Builder attributeMap(Map<String,String> attributeMap)
SAML attribute name and value. The name must always be Email and the value should be set to the
attribute definition in which user email is set. For example, name would be Email and value
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress. Please check your SAML 2.0
compliant identity provider (IdP) documentation for details.
attributeMap - SAML attribute name and value. The name must always be Email and the value should be set
to the attribute definition in which user email is set. For example, name would be Email
and value http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress. Please
check your SAML 2.0 compliant identity provider (IdP) documentation for details.Copyright © 2022. All rights reserved.