| SAML Configuration Template | Parameterization |
|---|---|
| ``` "saml": { "enabled": true, "initiated": true, "idp": { "metadata_url": "", "entity_id": "" }, "admin_group": "", "roles_key": "groups", "sp": { "entity_id": "", "signature_private_key": "", "signature_private_key_password": "" } } ``` | Set IdP information `idp.metadata_url` \(e.g.: `https://myaccount.accounts.ondemand.com/saml2/metadata`\) and `idp.entity_id` \(e.g. `https://myaccount.accounts.ondemand.com`\) from Obtain SAML 2.0 IdP Information step. |
| Set `sp.entity_id` from Create a SAML 2.0 application step \(Do not confuse with `idp.entity_id`\) | |
| Set `admin_group` from Configure a SAML 2.0 application step. | |
| Set `sp.signature_private_key` and `sp.signature_private_key_password` if you selected OPTION 1 in the Configure SAML 2.0 application step. |