update
This commit is contained in:
@@ -29,8 +29,9 @@ def test_authorize(
|
||||
'response_type': 'code',
|
||||
'client_id': client_id,
|
||||
'redirect_uri': 'https://localhost/callback',
|
||||
'scope': 'openid',
|
||||
'scope': 'openid offline_access',
|
||||
'nonce': '123',
|
||||
'state': '456',
|
||||
},
|
||||
cookies=[
|
||||
f'id_token={id_token}; HttpOnly; Secure',
|
||||
|
||||
Reference in New Issue
Block a user