You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
John, I have edited your issue comment so that it is a general description of a possible bug with AppAuth.
As an open source community we encourage everyone to submit PRs to fix issues, especially if they already know the cause of the underlying issue.
Someone, perhaps William, perhaps someone else, will look at the issue. Though, if you are already aware of the fix, you will get much faster attention if you also submit a corresponding PR.
If you are uncertain as to the proper fix for one reason or another, this is a good place to have the discussion about what the proper fix is.
But this is not a “task list” for assigning issues to individuals.
Thanks for understanding.
FWIW, I will sync with him on this and we’ll try to get back to you.
For at least one user using AppAuth iOS with Google as the IdP, an exception is being raised when extracting the ID Token.
It appears decodeData is unexpectedly nil:
NSData *decodedData = [[NSData alloc] initWithBase64EncodedString:body options:0];
decodedData is nil
GTMAppAuth/Source/GTMAppAuthFetcherAuthorization.m
Lines 238 to 268 in 2eb382f
The text was updated successfully, but these errors were encountered: