You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Im sure the KeyCloak authentication is working as If I use the same configuration on my own app, then it works just fine.
The login from keycloak is working as intended. I can confirm this as after logging in with KeyCloak and recieving the error I can retry without logging in again and I'm able to open up the account console from KeyCloak without any authentication in the same browser instance.
We also have a other instance running where we use the same configuration but with direct OAuth2 connection to Azure AD, there everything is working as intended.
The text was updated successfully, but these errors were encountered:
Describe the bug
I cannot authenticate in Tolgee with OAuth2. If I try to login I get an error "third_party_auth_unknown_error".
This may happen because of an wrong http request send? See logs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tolgee accepts my login and I can see my account.
Screenshots and Code
.env
environment section from docker-compose.yml
Versions and environment
Additional context
Im sure the KeyCloak authentication is working as If I use the same configuration on my own app, then it works just fine.
The login from keycloak is working as intended. I can confirm this as after logging in with KeyCloak and recieving the error I can retry without logging in again and I'm able to open up the account console from KeyCloak without any authentication in the same browser instance.
We also have a other instance running where we use the same configuration but with direct OAuth2 connection to Azure AD, there everything is working as intended.
The text was updated successfully, but these errors were encountered: