Skip to content

Commit

Permalink
ATO-980: Pass authenticated claim to auth service
Browse files Browse the repository at this point in the history
We can now finally pass the claim from the decrypted JAR claims
to the backend
  • Loading branch information
Ryan-Andrews99 committed Oct 1, 2024
1 parent 6a661c8 commit b8e29aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/authorize/authorize-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function authorizeGet(
clientSessionId,
persistentSessionId,
req,
claims.authenticated,
claims.reauthenticate,
claims.previous_session_id,
claims.previous_govuk_signin_journey_id
Expand Down

0 comments on commit b8e29aa

Please sign in to comment.