SAML module
Core module when Fortified ID Access should act as SAML Identity Provider (IdP) or SAML Broker for SAML Service Providers (SPs).
Overview
Configuration
Name
Description
Default value
Mandatory
{
"name": "SAML",
"display_name": "SAML module",
"description": "SAML module",
"config": {
"metadata_cache": "${system.customer_home}/cache",
"http_listener": "default",
"metadata_template": [
{
"id": "myidp",
"metadata_file_path": "${system.customer_home}/resources/idptemplate.xml",
"sign_metadata_keystore": {
"path": "${system.customer_home}/resources/fortifiedid.p12",
"password": "secretpassword",
"alias": "fortifiedid",
"key_password": "keypassword"
}
}
],
"metadata": [
{
"url": "https://samltest.id/saml/providers"
},
{
"path": "${system.customer_home}/resources/myidp_data.xml"
}
]
}
}Metadata template
Name
Description
Default value
Mandatory
Sign metadata key store
Name
Description
Default value
Mandatory
Sign ref - key store
Name
Description
Default value
Mandatory
Encryption ref - key store
Meta data consumption
Name
Description
Default value
Mandatory
Validating metadata
Generating metadata
Integrating with a HSM
Name
Description
Defalut value
Mandatory
Thales Luna HSM
Name
Description
Defalut value
Mandatory
Loading of remote meta data
Using expansion in meta data template
Last updated
