-
Notifications
You must be signed in to change notification settings - Fork 116
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
ASWebAuthenticationSession Support? #122
Comments
What is the advantage of ASWebAuthenticationSession @xcskier56 ? |
I for my part can not answer this question either. @xcskier56 please explain the advantages of I keep this issue open a few days and close it afterwards if there is no feedback. BR |
I did some investigation and See: https://authguidance.com/2020/02/22/ios-code-sample-overview/ Also, I think it is correct, that OauthSwift has support for Can this somehow be made configurable @moberwasserlechner ? |
moreover, this feature would allow to achieve Single Sign On between two or more different apps (provided they all talk to the same OIDC provider) |
I've created a pull request that allows the plugin to support |
Just wondering why the PR it is not merged... |
Description
Does this plugin support using
ASWebAuthenticationSession
? I know that OauthSwift, which this plugin is using does, but in my testing, it seems that a regular Safari View is used instead of theASWebauthenticationSession
. I'm a web dev so only moderately understand the swift code, but it appears to me that aSafariURLHandler
is being used instead of theASWebauthenticationSession
. Is this the case?The text was updated successfully, but these errors were encountered: