Key | Description | Obligatory | Example value | Note |
---|
provider | Identity Provider | Yes | "azure" | Currently, only “azure” is supported |
entryPoint | SAML endpoint | Yes | "https://login.microsoftonline.com/c6c70-f7f7f-9bhh.../saml2" | (Directory) tenant ID |
issuer | URL to the application | Yes | "796732dd-5ff6-2d78-90bc-49ded..." | Application ID |
federationMetaDataUrl | URL to the metadata of the IdP, mainly Azure, ADFS | Yes | "https://login.microsoftonline.com/c6c70-f7f7f-9bhh.../federationmetadata/2007-06/federationmetadata.xml" | (Directory) tenant ID |
idpSLORedirectURL | Single Logout URL on the IdP | No | "https://planta.plantapulse.de/" |
|
privateKeyFile | File with the application key, Base64-encoded | No | "certs/myPrivateKey.pem" |
|
privateCertFile | File with the application certificate, Base64-encoded | No | "certs/myPublicCert.pem" |
|