Skip to content

Commit

Permalink
ADX-1017 attempt to refresh user profile data using silent authentica…
Browse files Browse the repository at this point in the history
…tion from Auth0
  • Loading branch information
toavina committed Jul 11, 2023
1 parent 45f6b28 commit a6219c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ckan/adx_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ckan.redis.url = redis://redis:6379/1

# If cors.origin_allow_all is true, all origins are allowed.
# If false, the cors.origin_whitelist is used.
# ckan.cors.origin_allow_all = true
ckan.cors.origin_allow_all = true
# cors.origin_whitelist is a space separated list of allowed domains.
# ckan.cors.origin_whitelist = http://example1.com http://example2.com

Expand Down Expand Up @@ -308,6 +308,12 @@ ckanext.saml2auth.logout_requests_signed = False
# Uncomment the internal login option to enable log in in offline mode
# ckanext.saml2auth.enable_ckan_internal_login = True

# APE
ape_client_id = lMiD8vQo1OZUPJEzd5hPvcxgTMkyY7YS
ape_client_secret = Wto98ayrIvGS8jTyjF8M-Vti_mqgRk8J5W5JhH9C9tvkijjTinl6MOnHfq5BQCNc
ape_callback_url = http://adr.local/ape_callback
ape_state = A8s75sA78e5ssss7845s7SS5s

## Logging configuration
[loggers]
keys = root, ckan, ckanext, werkzeug, debug
Expand Down

0 comments on commit a6219c1

Please sign in to comment.