Add end-to-end OIDC binding test
This commit is contained in:
parent
d47696b69c
commit
6736e69ebd
2 changed files with 39 additions and 9 deletions
|
@ -87,6 +87,7 @@ class TestConfig(DefaultConfig):
|
|||
'CLIENT_SECRET': 'bar',
|
||||
'OIDC_SERVER': 'http://fakeoidc',
|
||||
'DEBUGGING': True,
|
||||
'LOGIN_BINDING_FIELD': 'sub',
|
||||
}
|
||||
|
||||
RECAPTCHA_SITE_KEY = 'somekey'
|
||||
|
|
Reference in a new issue