Fix a typo in step-up authentication doc

- fix a typo `acr_values`
This commit is contained in:
i7a7467 2022-02-05 14:33:02 +09:00 committed by Marek Posolda
parent 30b7dfbdcd
commit b6dbd8074f

View file

@ -342,7 +342,7 @@ claims= {
} }
---- ----
NOTE: To request the acr_vale as text (such as `gold`) instead of a numeric value, you have to configure the mapping between the ACR and the LoA at the client level. For configuration see <<_mapping-acr-to-loa,ACR to LoA Mapping>>) NOTE: To request the acr_values as text (such as `gold`) instead of a numeric value, you have to configure the mapping between the ACR and the LoA at the client level. For configuration see <<_mapping-acr-to-loa,ACR to LoA Mapping>>)
For more details see the https://openid.net/specs/openid-connect-core-1_0.html#acrSemantics[official OIDC specification]. For more details see the https://openid.net/specs/openid-connect-core-1_0.html#acrSemantics[official OIDC specification].