Hi there,
Installed Dataverse with dataverse-ansible with certbot/ssl enabled. Seems to work. That is great.
Next I wanted to enable OIDC for our organization using Azure AD. I have created the app registration, added the redirect url
https://mydomain/oauth2/callback.xhtml as per documentations, including other details as is usual.
However, I get `AADSTS90102: 'redirect_uri' value must be a valid absolute URI`. If I try the url somewhere it resolves and I get a page where Dataverse tells me that no authorization code was supplied (which is absolutely correct). So the link itself seems fine.
Also tried to debug a bit with Postman and I get the access token etc. with the info if needed, so the app registration/OIDC seems to work according to specs.
Any idea what this can be? Or maybe more important, any tips or pointers to how I can continue the debugging effort?
Thanks in advance.
Cheers,
Espen