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
The issue is that the
See the setup below:
and the strategy
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
