Hi,
Following a thread here on the list about ACR, I checked the documentation here:
The flow example for using LoA is this (see picture attached):
However, the Cookie authenticator is on the same level as the conditions.
My question is, won’t this prevent any evaluation of LoA for existent sessions, since both flows (Cookie and Auth Flow) are on the same level on that flow?
I’m thinking specifically about the item number 5 under “Example scenario” when it says:
"
Another login request is sent, but now it will explicitly request ACR of level 1 in the claims parameter. User will be asked to re-authenticate with username/password and then acr=1 will be returned in the token.”
Even when an explicit ACR request is sent, won’t the cookie authenticator hit here and any evaluation of ACR won’t happen? Or am I missing something?
Best,
Francis