What OpenID provider are you using?
Google won't work on mobile apps. They are too strict with their OpenID configuration.
Hi! I'm use keycloak as openid provider and have issue with login too. After login traccar open in browser and in traccar manager I can see only load circle
Keycloak should work. You need to make sure you whitelist a callback URL with "traccar" as the schema.
In keycloak I have https://mydomain/*
in valid redirect urls. May be for traccar manager I need add url as appname://
? It is often way for application redirects
You have to add traccar://mydomain/*
.
Doesn't work too
Happy to test it if you can provide details. You can email them to the support address.
Correction to what I previously said. The redirect URL that needs to be whitelisted is this one:
traccar://manager/api/session/openid/callback
Using OpenID, after changing the demo server URL to my server URL the app redirects to Chrome browser (iOS)
After signing in browser does not redirect back to app and app displays "Frame load interrupted"