Skip to content

Fixes bug that causes an authorization token malformed error#121

Merged
privateip merged 1 commit intoitential:develfrom
privateip:token-refresh-fix
Apr 14, 2025
Merged

Fixes bug that causes an authorization token malformed error#121
privateip merged 1 commit intoitential:develfrom
privateip:token-refresh-fix

Conversation

@privateip
Copy link
Member

The application returns FTL error="The specified authorization token is malformed or does not correspond with an active session" error when
using oauth. This is due to the token not be refreshed after the first
call to the application. This was due to a conditional check on
authentication used for basic auth that should't have been applied to
oauth clients.

fixes #120

The application returns `FTL error="The specified authorization token is
malformed or does not correspond with an active session"` error when
using oauth.   This is due to the token not be refreshed after the first
call to the application.  This was due to a conditional check on
authentication used for basic auth that should't have been applied to
oauth clients.

fixes #120
@privateip privateip merged commit 5d37584 into itential:devel Apr 14, 2025
1 check passed
@privateip privateip deleted the token-refresh-fix branch April 14, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

auth token expires when getting next page of results

1 participant