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
Hi, i am using flask oidc in superset to integrate superset with keycloak. following the given method (https://stackoverflow.com/questions/47678321/using-openid-keycloak-with-superset). But, in my case i am successfully redirected to login page from my application to keycloak. After creating a session in keycloak the redirection back to superset is giving issue. According to me it is stuck in oidc_callback state, but from keycloak side my client session is generated
Hi, i am using flask oidc in superset to integrate superset with keycloak. following the given method (https://stackoverflow.com/questions/47678321/using-openid-keycloak-with-superset). But, in my case i am successfully redirected to login page from my application to keycloak. After creating a session in keycloak the redirection back to superset is giving issue. According to me it is stuck in oidc_callback state, but from keycloak side my client session is generated
My client Secret json
{
"web": {
"realm_public_key": "",
"issuer": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting",
"auth_uri": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting/protocol/openid-connect/auth",
"client_id": "report"
"client_secret": "client secret for reporting",
"redirect_urls": [
"http://rs-superset-selenium.abc.def/*"
],
"userinfo_uri": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting/protocol/openid-connect/userinfo",
"token_uri": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting/protocol/openid-connect/token",
"token_introspection_uri": "http://rs-keycloak.abc.def:8080/auth/realms/rs-reporting/protocol/openid-connect/token/introspect"
}
}
My keycloak client configuration under
Please Help !!, we are facing this from long time, need it to be solved as soon as possible
The text was updated successfully, but these errors were encountered: