This commit is contained in:
2025-12-03 01:24:52 -03:00
parent 3a49b13cb9
commit 38c49ff370
21 changed files with 133 additions and 73 deletions

View File

@@ -68,9 +68,9 @@ def test_forbidden(
method=HTTPMethod.GET,
query_string_parameters={
'response_type': 'code',
'client_id': '6ebe1709-0831-455c-84c0-d4c753bf33c6',
'client_id': '5e90c38f-f058-4e16-91fa-952554a290c5',
'redirect_uri': 'https://localhost/callback',
'scope': 'openid email offline_access',
'scope': 'apps:admin',
'nonce': '123',
'state': '456',
},
@@ -110,4 +110,4 @@ def test_invalid_session(
lambda_context,
)
assert r['statusCode'] == HTTPStatus.BAD_REQUEST
assert r['statusCode'] == HTTPStatus.NOT_FOUND