Hi,
i use EntraID as OIDC Provider and its working so far. But i can't get the Manager app to run.
The issue is the redirect URL, cause the app uses:
org.traccar.manager:/api/session/openid/callback instead of $web.url/api/session/openid/callback
The easiest solution would be to add this also as valid redirct URI to the EntraID Application. But EntraID only accept valid URLs.
Anybody has an idea how to fix this?
Thanks
Phil
That's a valid native app URL.
It seems that Microsoft is doing things different here, cause you can't configure this app URL in Entra ID

Yeah, not all services support it.
Hi,
i use EntraID as OIDC Provider and its working so far. But i can't get the Manager app to run.
The issue is the redirect URL, cause the app uses:
org.traccar.manager:/api/session/openid/callback instead of $web.url/api/session/openid/callback
The easiest solution would be to add this also as valid redirct URI to the EntraID Application. But EntraID only accept valid URLs.
Anybody has an idea how to fix this?
Thanks
Phil