Peter Andrews

Results 113 comments of Peter Andrews

We do have incremental auth docs under [Client-side Access](https://developers.google.com/identity/sign-in/ios/api-access), but I think we could do a better job calling attention to them. I think you're right to point out that...

GSI stores sign-in state in the default keychain group. If you have the Keychain Sharing capability enabled and one or more keychain access groups defined, the default keychain group will...

GIDSignInDelegate was removed in SDK 6. Can you tell me what version you're using?

In the case of Google Sign-In for iOS and macOS, nonce values are being [generated by AppAuth](https://github.com/openid/AppAuth-iOS/blob/e191b1beadf3041259652e6e464eaceff16e5fbb/Source/AppAuthCore/OIDAuthorizationRequest.h#L108) and included with the auth request. During ID token validation, the nonce value...

> How can I get the originally generated value? The nonce generated by AppAuth isn't available via the Google Sign-In API surface. Currently, the recommended approach to [server-side validation of...

No immediate plans, but open to this if there's sufficient demand.

@jkichline can you tell me how and at what point you're experiencing this requirement?

Can you tell me what version of Google Sign-In you're using when you see this behavior? The version of GTMAppAuth you're building with would also be relevant, as well as...

It sounds as though the Keychain is returning an error for some reason, causing `GIDSignIn`'s `-saveAuthState:` to fail following a `-signIn` or `-restorePreviousSignIn`. Is anyone able to reliably reproduce this...