[ 'jit' => true, 'field_to_identify' => 'UserName', 'libraryQuota' => 1000, 'homePage' => 'icondashboard.view', 'slo' => true, 'mapping' => [ 'UserID' => '', // usertypeid: Set to 1 (super-admin) for members of admin groups. // Requires a custom SAML property mapping in Authentik (see notes above). 'usertypeid' => 'usertypeid', 'UserName' => 'http://schemas.goauthentik.io/2021/02/saml/username', 'email' => 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress', ], 'group' => 'Users', 'matchGroups' => [ 'enabled' => true, 'attribute' => 'http://schemas.xmlsoap.org/claims/Group', 'extractionRegEx' => null, ], ], 'strict' => true, 'debug' => true, 'baseurl' => 'https://app.ots-signs.com/{CUSTOMER_SLUG}/cms/saml', 'idp' => [ 'entityId' => 'signs-otsdemo-cms', 'singleSignOnService' => [ 'url' => 'https://app.ots-signs.com/auth/application/saml/{AUTHENTIK_SLUG}/sso/binding/redirect/', 'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', ], 'singleLogoutService' => [ 'url' => 'https://app.ots-signs.com/auth/application/saml/{AUTHENTIK_SLUG}/slo/binding/redirect/', 'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', ], 'x509cert' => '', ], 'sp' => [ 'entityId' => 'https://app.ots-signs.com/{CUSTOMER_SLUG}/cms/saml/metadata', 'assertionConsumerService' => [ 'url' => 'https://app.ots-signs.com/{CUSTOMER_SLUG}/cms/saml/acs', 'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST', ], 'singleLogoutService' => [ 'url' => 'https://app.ots-signs.com/{CUSTOMER_SLUG}/cms/saml/sls', 'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect', ], 'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress', 'x509cert' => '', 'privateKey' => '', ], 'security' => [ 'nameIdEncrypted' => false, 'authnRequestsSigned' => false, 'logoutRequestSigned' => false, 'logoutResponseSigned' => false, 'signMetadata' => false, 'wantMessagesSigned' => false, 'wantAssertionsSigned' => false, 'wantAssertionsEncrypted' => false, 'wantNameIdEncrypted' => false, ], ]; // {{ EXCLUDED_GROUPS_COMMENT: Groups to exclude from Xibo sync: OTS IT }}