Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FederationParameters = FederationParameters' {}
- newFederationParameters :: FederationParameters
- federationParameters_samlMetadataURL :: Lens' FederationParameters (Maybe Text)
- federationParameters_applicationCallBackURL :: Lens' FederationParameters (Maybe Text)
- federationParameters_federationURN :: Lens' FederationParameters (Maybe Text)
- federationParameters_attributeMap :: Lens' FederationParameters (Maybe (HashMap Text Text))
- federationParameters_federationProviderName :: Lens' FederationParameters (Maybe Text)
- federationParameters_samlMetadataDocument :: Lens' FederationParameters (Maybe Text)
Documentation
data FederationParameters Source #
Configuration information when authentication mode is FEDERATED.
See: newFederationParameters
smart constructor.
FederationParameters' | |
|
Instances
newFederationParameters :: FederationParameters Source #
Create a value of FederationParameters
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:samlMetadataURL:FederationParameters'
, federationParameters_samlMetadataURL
- Provide the metadata URL from your SAML 2.0 compliant identity provider
(IdP).
$sel:applicationCallBackURL:FederationParameters'
, federationParameters_applicationCallBackURL
- The redirect or sign-in URL that should be entered into the SAML 2.0
compliant identity provider configuration (IdP).
$sel:federationURN:FederationParameters'
, federationParameters_federationURN
- The Uniform Resource Name (URN). Also referred as Service Provider URN
or Audience URI or Service Provider Entity ID.
$sel:attributeMap:FederationParameters'
, federationParameters_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.
$sel:federationProviderName:FederationParameters'
, federationParameters_federationProviderName
- Name of the identity provider (IdP).
$sel:samlMetadataDocument:FederationParameters'
, federationParameters_samlMetadataDocument
- SAML 2.0 Metadata document from identity provider (IdP).
federationParameters_samlMetadataURL :: Lens' FederationParameters (Maybe Text) Source #
Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).
federationParameters_applicationCallBackURL :: Lens' FederationParameters (Maybe Text) Source #
The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration (IdP).
federationParameters_federationURN :: Lens' FederationParameters (Maybe Text) Source #
The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.
federationParameters_attributeMap :: Lens' FederationParameters (Maybe (HashMap Text Text)) Source #
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.
federationParameters_federationProviderName :: Lens' FederationParameters (Maybe Text) Source #
Name of the identity provider (IdP).
federationParameters_samlMetadataDocument :: Lens' FederationParameters (Maybe Text) Source #
SAML 2.0 Metadata document from identity provider (IdP).