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

Debug messages indicate msal parsing failed #10

Closed
dmulder opened this issue Jul 10, 2023 · 1 comment
Closed

Debug messages indicate msal parsing failed #10

dmulder opened this issue Jul 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dmulder
Copy link
Collaborator

dmulder commented Jul 10, 2023

2023-07-10T17:03:20.526777Z DEBUG msal::authentication: Unable to extract key 'expires_in': TypeError: 'int' object cannot be converted to 'PyString'
2023-07-10T17:03:20.527350Z DEBUG msal::authentication: Unable to extract key 'ext_expires_in': TypeError: 'int' object cannot be converted to 'PyString'
2023-07-10T17:03:20.527799Z DEBUG msal::authentication: Unable to extract key 'iat': TypeError: 'int' object cannot be converted to 'PyString'
2023-07-10T17:03:20.528241Z DEBUG msal::authentication: Unable to extract key 'nbf': TypeError: 'int' object cannot be converted to 'PyString'
2023-07-10T17:03:20.528695Z DEBUG msal::authentication: Unable to extract key 'exp': TypeError: 'int' object cannot be converted to 'PyString'
2023-07-10T17:03:20.528821Z DEBUG msal::authentication: Unable to extract key 'wids': TypeError: 'list' object cannot be converted to 'PyString'

These are harmless (since we don't use these values), but the parsing should be improved so we don't see this.

@dmulder dmulder added the bug Something isn't working label Jul 10, 2023
@dmulder
Copy link
Collaborator Author

dmulder commented Aug 9, 2023

This was resolved by 8474393.

@dmulder dmulder closed this as completed Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant