Seq Okta Integration (logout token) #1628
Unanswered
specialagentsoftware
asked this question in
Help
Replies: 1 comment
-
Thanks @specialagentsoftware, we'll take a look. I found some suggestions out there that Okta supports custom sign-out pages, which you might be able to use as the logout redirect target, and also it seems in some cases a
Do either of these help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During our implementation of Seq with Okta we have experienced an issue when you attempt to logout of Seq. When you attempt to logout via Seq you are presented with a client id error from okta. I believe this is due to the fact that Okta requires a token be passed for logout in a parameter named id_token_hint.
https://developer.okta.com/docs/reference/api/oidc/#logout
This does not stop us from using Seq of course. I did want to mention it, as it would allow you to possibly eliminate another blocker / issue for people using Okta.
Beta Was this translation helpful? Give feedback.
All reactions