2023-08-27 10:55:55 +02:00
---
title: authenticationConfiguration
slug: /main-concepts/metadata-standard/schemas/configuration/authenticationconfiguration
---
# AuthenticationConfiguration
*This schema defines the Authentication Configuration.*
## Properties
2023-10-28 00:07:31 +05:30
- **`provider` **: Refer to *../entity/services/connections/metadata/openMetadataConnection.json#/definitions/authProvider* .
2023-08-27 10:55:55 +02:00
- **`providerName` ** *(string)* : Custom OIDC Authentication Provider Name.
- **`publicKeyUrls` ** *(array)* : List of Public Key URLs.
- **Items** *(string)*
- **`authority` ** *(string)* : Authentication Authority.
- **`clientId` ** *(string)* : Client ID.
- **`callbackUrl` ** *(string)* : Callback URL.
- **`jwtPrincipalClaims` ** *(array)* : Jwt Principal Claim.
- **Items** *(string)*
- **`enableSelfSignup` ** *(boolean)* : Enable Self Sign Up. Default: `False` .
- **`ldapConfiguration` **: LDAP Configuration in case the Provider is LDAP. Refer to *./ldapConfiguration.json* .
2023-10-28 00:07:31 +05:30
- **`samlConfiguration` **: Saml Configuration that is applicable only when the provider is Saml. Refer to *../security/client/samlSSOClientConfig.json* .
2023-08-27 10:55:55 +02:00
2023-10-28 00:07:31 +05:30
Documentation file automatically generated at 2023-10-27 13:55:46.343512.