{
    "AttemptsBeforeLockout": 5,
    "AutoCreateUsers": true,
    "AutoRestrict": true,
    "CookieDomain": "marketingcontenthub.com",
    "CookieName": "authCookie",
    "DefaultUserGroups": [
        "usergroup1",
        "usergroup2",
        "usergroup3"
    ],
    "EnableBasicAuthentication": true,
    "EnableConfirmationMail": true,
    "EnableCredentialless": true,
    "EnableEmailWhiteList": true,
    "EnableExternalAuthentication": true,
    "EnableForgotPassword": true,
    "EnableLockout": true,
    "EnableRegister": true,
    "ExpireTimeSpan": 30,
    "ExternalAuthenticationProviders": {
        "global_email_claim_type": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
        "global_username_claim_type": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name",
        "google": [
            {
                "authentication_mode": "Passive",
                "client_id": "<ClientId>",
                "client_secret": "<ClientSecret>",
                "email_claim_type": "<ClaimTypeOverride>",
                "external_user_creation_url": "https://www.registerme.com",
                "is_enabled": true,
                "messages": {
                    "signIn": "T_translationKey",
                    "signInDescription": "T_translationKey",
                    "signInTitle": "T_translationKey"
                },
                "provider_name": "Google",
                "username_claim_type": "<ClaimTypeOverride>",
                "authorization_endpoint": "<URL>",
                "token_endpoint": "<URL>",
                "user_information_endpoint": "<URL>",
                "is_internal": false,
                "clear_default_scope": false,
                "scope": [
                    "<CustomScope>"
                ]
            }
        ],
        "microsoft": [
            {
                "authentication_mode": "Passive",
                "client_id": "<ClientId>",
                "client_secret": "<ClientSecret>",
                "email_claim_type": "<ClaimTypeOverride>",
                "external_user_creation_url": "https://www.registerme.com",
                "is_enabled": true,
                "messages": {
                    "signIn": "T_translationKey",
                    "signInDescription": "T_translationKey",
                    "signInTitle": "T_translationKey"
                },
                "provider_name": "Microsoft",
                "username_claim_type": "<ClaimTypeOverride>",
                "authorization_endpoint": "<URL>",
                "token_endpoint": "<URL>",
                "user_information_endpoint": "<URL>",
                "is_internal": false,
                "clear_default_scope": false,
                "scope": [
                    "<CustomScope>"
                ]
            }
        ],
        "saml": [
            {
                "authentication_mode": "Passive",
                "certificate": "<Certificate>",
                "email_claim_type": "<ClaimTypeOverride>",
                "external_user_creation_url": "https://www.registerme.com",
                "idp_entity_id": "<Id>",
                "is_enabled": true,
                "messages": {
                    "signIn": "T_translationKey",
                    "signInDescription": "T_translationKey",
                    "signInTitle": "T_translationKey"
                },
                "metadata_location": "<Url>",
                "module_path": "<ModulePath>",
                "password": "<Password>",
                "provider_name": "SAML",
                "sp_entity_id": "<Id>",
                "username_claim_type": "<ClaimTypeOverride>",
                "binding": "HttpRedirect",
                "authn_request_protocol_binding": null,
                "is_internal": false
            }
        ],
        "sitecore": [
            {
                "authentication_mode": "Passive",
                "client_id": "<ClientId>",
                "client_secret": "<ClientSecret>",
                "email_claim_type": "<ClaimTypeOverride>",
                "external_user_creation_url": "https://www.registerme.com",
                "identity_server_url": "<Url>",
                "is_enabled": true,
                "messages": {
                    "signIn": "T_translationKey",
                    "signInDescription": "T_translationKey",
                    "signInTitle": "T_translationKey"
                },
                "provider_name": "Sitecore",
                "username_claim_type": "<ClaimTypeOverride>",
                "is_internal": false,
                "clear_default_scope": false,
                "scope": [
                    "<CustomScope>"
                ]
            }
        ],
        "ws_federation": [
            {
                "authentication_mode": "Passive",
                "email_claim_type": "<ClaimTypeOverride>",
                "external_user_creation_url": "https://www.registerme.com",
                "is_enabled": true,
                "messages": {
                    "signIn": "T_translationKey",
                    "signInDescription": "T_translationKey",
                    "signInTitle": "T_translationKey"
                },
                "metadata_address": "<Url>",
                "provider_name": "WsFederation",
                "username_claim_type": "<ClaimTypeOverride>",
                "wtrealm": "<Realm>",
                "is_internal": false
            }
        ],
        "yandex": [
            {
                "authentication_mode": "Passive",
                "client_id": "<ClientId>",
                "client_secret": "<ClientSecret>",
                "email_claim_type": "<ClaimTypeOverride>",
                "external_user_creation_url": "https://www.registerme.com",
                "is_enabled": true,
                "messages": {
                    "signIn": "T_translationKey",
                    "signInDescription": "T_translationKey",
                    "signInTitle": "T_translationKey"
                },
                "provider_name": "Yandex,",
                "username_claim_type": "<ClaimTypeOverride>",
                "authorization_endpoint": "<URL>",
                "token_endpoint": "<URL>",
                "user_information_endpoint": "<URL>",
                "is_internal": false,
                "clear_default_scope": false,
                "scope": [
                    "<CustomScope>"
                ]
            }
        ],
        "open_id_connect": [
            {
                "authentication_mode": "Passive",
                "client_id": "<ClientId>",
                "client_secret": "<ClientSecret>",
                "authority": "<Authority>",
                "get_claims_from_user_info_endpoint": false,
                "metadata_address": "<MetadataAddress>",
                "max_age": "<MaxAge>",
                "signed_out_redirect_uri": "<URL>",
                "authentication_method": "<AuthenticationMethod>",
                "response_mode": "<ResponseMode>",
                "response_type": "<ResponseType>",
                "prompt": "<Prompt>",
                "email_claim_type": "<ClaimTypeOverride>",
                "external_user_creation_url": "https://www.registerme.com",
                "is_enabled": true,
                "messages": {
                    "signIn": "T_translationKey",
                    "signInDescription": "T_translationKey",
                    "signInTitle": "T_translationKey"
                },
                "provider_name": "OpenIdConnect,",
                "username_claim_type": "<ClaimTypeOverride>",
                "is_internal": false,
                "clear_default_scope": false,
                "scope": [
                    "<CustomScope>"
                ]
            }
        ]
    },
    "MinutesToLockout": 5,
    "PasswordExpiration": 129600,
    "PasswordRules": {
        "RequireDigit": false,
        "RequireLowercase": false,
        "RequireNonLetterOrDigit": false,
        "RequireUppercase": false,
        "RequiredLength": 8
    },
    "PostSignOutRedirectUrl": "/en-us/account",
    "ReCaptcha": {
        "Key": "<Key>",
        "Secret": "<Secret>"
    },
    "RegistrationLink": "https://www.registerme.com",
    "ShowForgotPassword": true,
    "ShowRegister": true,
    "SlidingExpiration": true,
    "TokenLifespan": 1440,
    "WhiteListedEmailPatterns": [
        "[a-zA-Z0-9._%+-]+@company1.com",
        "[a-zA-Z0-9._%+-]+@company2.com"
    ],
    "SameSiteCompatibility": {
        "is_enabled": true,
        "user_agent_patterns": [
            "(Chrome/5|Chrome/6)",
            "(CPU iPhone OS 12|iPad; CPU OS 12)",
            "^(?=.*\bMacintosh; Intel Mac OS X 10_14\b)(?=.*\bVersion/\b)(?=.*\bSafari\b).*$"
        ]
    }
}