Created
May 13, 2019 14:34
-
-
Save kevinfodness/635e68236d5ffc6bc76da87b50842a91 to your computer and use it in GitHub Desktop.
Example Auth0 plugin settings export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"domain": "[REDACTED]", | |
"custom_domain": "", | |
"client_id": "[REDACTED]", | |
"client_secret": "[REDACTED]", | |
"client_signing_algorithm": "RS256", | |
"cache_expiration": 1440, | |
"auth0_app_token": null, | |
"wordpress_login_enabled": "link", | |
"password_policy": "fair", | |
"fullcontact_apikey": "", | |
"override_wp_avatars": "1", | |
"icon_url": "[REDACTED]", | |
"form_title": "", | |
"gravatar": "1", | |
"custom_css": "", | |
"custom_js": "", | |
"username_style": "", | |
"primary_color": "#4F463D", | |
"language": "", | |
"language_dictionary": "", | |
"requires_verified_email": "1", | |
"default_login_redirection": "[REDACTED]", | |
"lock_connections": "", | |
"cdn_url": "https:\/\/cdn.auth0.com\/js\/lock\/11.15\/lock.min.js", | |
"migration_ips": "", | |
"auto_login_method": "", | |
"ip_ranges": "", | |
"valid_proxy_ip": "", | |
"extra_conf": "", | |
"custom_signup_fields": "", | |
"auth0_server_domain": "auth0.auth0.com", | |
"allow_signup": 0, | |
"client_secret_b64_encoded": false, | |
"geo_rule": null, | |
"sso": 0, | |
"income_rule": null, | |
"fullcontact": null, | |
"mfa": null, | |
"social_big_buttons": 0, | |
"auto_provisioning": 0, | |
"remember_users_session": false, | |
"passwordless_enabled": false, | |
"jwt_auth_integration": 0, | |
"auth0_implicit_workflow": 0, | |
"force_https_callback": 0, | |
"migration_ips_filter": 0, | |
"migration_ws": 0, | |
"migration_token": null, | |
"migration_token_id": null, | |
"link_auth0_users": null, | |
"custom_cdn_url": null, | |
"wle_code": "[REDACTED]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment