We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5398327 commit 041fdb1Copy full SHA for 041fdb1
ios/RNAppAuth.m
@@ -329,7 +329,7 @@ - (void)authorizeWithConfiguration: (OIDServiceConfiguration *) configuration
329
scope:[OIDScopeUtilities scopesWithArray:scopes]
330
redirectURL:[NSURL URLWithString:redirectUrl]
331
responseType:OIDResponseTypeCode
332
- state:[[self class] generateState]
+ state: additionalParameters[@"state"] ? nil : [[self class] generateState]
333
nonce:nonce
334
codeVerifier:codeVerifier
335
codeChallenge:codeChallenge
0 commit comments