spiderdab
Forum Replies Created
-
Forum: Plugins
In reply to: [OpenID Connect Generic Client] where are the endpoint url saved?Ok, I’ve found the entry. It is under wp_options -> openid_connect_generic_settings.
Thank you again for the support. Now I just need to check why the url is not changed..
Have a nice day!Forum: Plugins
In reply to: [OpenID Connect Generic Client] where are the endpoint url saved?Thank you for the support. Can you also please suggest me where I can find them? because I’m searching them via phpmyadmin, but I cannot find those entries..
I’m changing other fields in the database via bash command ‘sed’ on the db.sql backup, but the link set by the shortcode [openid_connect_generic_auth_url] is not changed..
Forum: Plugins
In reply to: [OpenID Connect Generic Client] where are the endpoint url saved?Hi, I’m talking about the settings found under:
wordpress settings -> OpenID Connect Client
In particular:-Login Endpoint URL
-Userinfo Endpoint URL
-Token Validation Endpoint URL
-End Session Endpoint URL
Forum: Plugins
In reply to: [OpenID Connect Generic Client] Check if the session is activethank you.
Forum: Plugins
In reply to: [OpenID Connect Generic Client] Check if the session is activeThank you for your answer, but what I see is that if the user log out on another app (using the same keycloak clientId and user) in my WP app, also after a page refresh the user is still logged in, so I don’t think the plugin performs a token validation at refresh time. I would like to add it on my own, but I’m not finding a way to do it.
Forum: Plugins
In reply to: [OpenID Connect Generic Client] Check if the session is activeHi, I came here to ask the exact same question.
My WP application shares the same keycloak session with other apps, and I have to check if the session is not active anymore at least on page refresh.
By now on page refresh the user is still logged, even if the session is not active anymore.