Add end-to-end OIDC binding test

This commit is contained in:
Joseph Schorr 2017-02-09 12:52:33 -08:00
parent d47696b69c
commit 6736e69ebd
2 changed files with 39 additions and 9 deletions

View file

@ -87,6 +87,7 @@ class TestConfig(DefaultConfig):
'CLIENT_SECRET': 'bar',
'OIDC_SERVER': 'http://fakeoidc',
'DEBUGGING': True,
'LOGIN_BINDING_FIELD': 'sub',
}
RECAPTCHA_SITE_KEY = 'somekey'