Skip to content

Commit

Permalink
Merge pull request #377 from NHSDigital/apm-4847-fix-invalid-subject-…
Browse files Browse the repository at this point in the history
…token-error-handling-policies

APM-4847 fix invalid subject token error handling policies
  • Loading branch information
acarriedev authored Nov 30, 2023
2 parents 75f4a55 + 0e3b536 commit 7dec879
Show file tree
Hide file tree
Showing 8 changed files with 7,267 additions and 19 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/oauth/test_token_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_cis2_token_exchange_refresh_token(
( # Test invalid subject_token
{
"error": "invalid_request",
"error_description": "subject_token is invalid",
"error_description": "Malformed JWT in subject_token",
},
400,
"invalid",
Expand Down
Loading

0 comments on commit 7dec879

Please sign in to comment.