Removed an unnecessary entry from the OIDC auth request arguments in test_oidc_code_auth().
- Legacy-Id: 17972
This commit is contained in:
parent
221e989754
commit
eeba4ea992
|
@ -735,7 +735,6 @@ class OpenIDConnectTests(TestCase):
|
|||
session["state"] = rndstr()
|
||||
session["nonce"] = rndstr()
|
||||
args = {
|
||||
"client_id": client.client_id,
|
||||
"response_type": "code",
|
||||
"scope": ['openid', 'profile', 'email', 'roles', 'registration', ],
|
||||
"nonce": session["nonce"],
|
||||
|
|
Loading…
Reference in a new issue