Skip to content

Commit

Permalink
Correct the selfService webauthn gssp pubkey
Browse files Browse the repository at this point in the history
It refered to a non existing key. Causing issues when consuming the
assertion from the gssp in the Gateway. The dreaded signature validation
failure would occur
  • Loading branch information
MKodde committed Sep 19, 2024
1 parent 9634d45 commit 6c3756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stepup/middleware/middleware-institution.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"verify_email": false,
"allowed_second_factors": [],
"number_of_tokens_per_identity": 2,
"self_vet": false,
"self_vet": true,
"sso_on_2fa": true,
"allow_self_asserted_tokens": true
},
Expand Down

0 comments on commit 6c3756b

Please sign in to comment.