This is part of a bigger effort to minimize our use of the vectors of trust API interface, so that we can ultimately deprecate it.
This change:
updates our testing code to default to the new semantic facial match acr value when utilizing helpers.
Adds the default issuer to the test application.yml.default. this is temporary, as on november 7th both facial match and the semantic acr values will be generally available
fixes a bug where the id_token acr field was only returning legacy acr values. (the id_token_builder_spec is on my list of spec files that need increased semantic acr value testing. )
🛠Summary of changes
This is part of a bigger effort to minimize our use of the vectors of trust API interface, so that we can ultimately deprecate it.
This change:
acr
field was only returning legacy acr values. (theid_token_builder_spec
is on my list of spec files that need increased semantic acr value testing. )