I'm using SFAuthenticationSession
with SSO and OAuth.
When calling the start()
method, iOS pops up a consent dialog asking the user to allow the app to use the OAuth provider. The consent popup appears every time the authentication session is started.
Is this by design? It seems like it should appear once, like other consent dialogs.