I am trying to setup Entra ID authentication using the OpenID plugin in weweb.
I have set up the Domain, ClientId, Client Secret, scope and response type. I have also configured a redirectUri in my Entra ID app registration. The redirect uri points to a public page in my weweb application, which currently is not deployed, but only available in the editor.
When I’m running the “Login with Redirect” or “Redirect with popup” OpenID workflows in Weweb, and Entra ID redirects back to my redirectUri, it manages to only get parts of my redirectUri.
The redirectUri is in the format https://editor.weweb.io/guid1/guid2
, but instead it redirects me to https://editor.weweb.io/guid1/undefined
, which causes it to crash.
Any advice? Thanks!