Skip to content
Permalink
Browse files

Add docs and example for allowed_issuers setting.

  • Loading branch information
rfk committed Jan 10, 2018
1 parent 7ce829b commit 1cd91041a4dba877c6e526e01770e514e2ba0d45
Showing with 6 additions and 1 deletion.
  1. +6 −1 syncserver.ini
@@ -37,9 +37,14 @@ public_url = http://localhost:5000/
# only be used as a last resort and after careful checking of server config.
force_wsgi_environ = false

[browserid]
# Uncomment and edit the following to use a local BrowserID verifier
# rather than posting assertions to the mozilla-hosted verifier.
# Audiences should be set to your public_url without a trailing slash.
#[browserid]
#backend = tokenserver.verifiers.LocalVerifier
#audiences = https://localhost:5000

# By default, syncserver will accept identity assertions issues by
# any server. You can restrict this by setting the below to a list
# of allowed issuer domains.
#allowed_issuers = www.mysite.com myfriendsdomain.org

0 comments on commit 1cd9104

Please sign in to comment.