bziegler
AEAsh Elixir
•Created by bziegler on 8/7/2023 in #support
Session params missing for oidc providers using response_mode: form_post (e.g. Azure AD)
I am trying to use the OIDC strategy with Azure AD. Now is Azure requiring to use
response_mode: form_post
. This requires that the POST callback endpoint is not under CSRF protection (similar to how pow_assent
is doing it).
The issue is that the user/<strategy>
key is not in the session during the callback phase. Am I required to implement a server side session store as pow
does it?
See the setup below:
and the strategy
5 replies