Skip to content

Commit

Permalink
Merge pull request #5707 from govuk-one-login/ATO-1328-check-if-claim…
Browse files Browse the repository at this point in the history
…s-attatched-doc-app

ATO-1328: Add logging to check if docApp contains claims
  • Loading branch information
Ryan-Andrews99 authored Jan 6, 2025
2 parents 362ab04 + 68229c6 commit 7916b59
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,12 @@ public APIGatewayProxyResponseEvent authoriseRequestHandler(

if (DocAppUserHelper.isDocCheckingAppUser(
authRequest.toParameters(), Optional.of(client))) {

// ATO-1328: Revert once we have collected enough logs
LOG.info(
"Claims are attached to DocApp request: {}",
Objects.nonNull(authRequest.getOIDCClaims()));

return handleDocAppJourney(
session,
orchSessionOptional,
Expand Down

0 comments on commit 7916b59

Please sign in to comment.