-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Temporal UI is setup with a codec server and to forward the user access token the ui has. It seems that temporal has a token with a pretty short lifespan. When the token is forwarded to our codec server, and then that codec server validates it with the issuer, it receives the error that the token has expired.
To Reproduce
- Setup Temporal Web With OIDC (were using v2.21.3)
- Setup Codec Server With OIDC validation against the issuer
- Log into Temporal web.
- Validate that the new token does work and decodes workflows.
- Wait for token to expire (aprox 30min)
- Note that temporal web does not request a new login.
- Try to view an encoded workflow.
- Note errors.
- Manually hit the log out button in web ui.
- Refresh page.
- Note decoding is now working.
Expected behavior
For temporal to get a new valid token and forward that to the codec server when needed.
Desktop (please complete the following information):
- OS: [e.g. iOS]
Windows 11 - Browser [e.g. chrome, safari]
Chrome 120 - Version [e.g. 22]
Additional context
Okta is the issuer we use.
robcao, jsok, jenskueper, candrewlee14, jlemesh and 2 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
