OKTA OIDC - Session timeout issue
Coder version: 2.24.2
CODER_OIDC_SCOPES="openid,profile,email,offline_access"
I see this in logs when I first login & the session is timing out in an hour & logging off the users. I don't see any refresh token requests in logs, so not sure why coder is not refreshing the tokens.
Any pointers would be helpful.
4 Replies
<#1422650126694092822>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Docs missing Okta related configurations https://coder.com/docs/admin/users/oidc-auth/refresh-tokens. In other place, it's mentioned that these scopes would work for most auth providers
@David