Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make session_state Option<String> when using OpenId::token_client #17

Open
cameronbraid opened this issue Feb 8, 2023 · 0 comments
Open

Comments

@cameronbraid
Copy link

cameronbraid commented Feb 8, 2023

currently when I have use refresh tokens disalbed in keycloak I get the following error :

Message:  get token from auth server: reqwest::Error { kind: Decode, source: Error("missing field `session_state`", line: 1, column: 1443) }

this is because session_state is String, and is omitted from the json token response when refresh tokens are disabled.

@cameronbraid cameronbraid changed the title make session_state Option<String> make session_state Option<String> when using OpenId::token_client Feb 8, 2023
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

No branches or pull requests

1 participant