Skip to content
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

Missing iOS .plist config #151

Open
pschreie opened this issue Apr 6, 2023 · 1 comment
Open

Missing iOS .plist config #151

pschreie opened this issue Apr 6, 2023 · 1 comment

Comments

@pschreie
Copy link

pschreie commented Apr 6, 2023

Hi Together,
I had been looking for a long time for a solution to the problem why I am not redirected back to the app when the login was correct. The error was due to the missing config in the .plist file for iOS.

<key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLSchemes</key> <array> <string>{yourScheme}</string> </array> </dict> </array>

Please add this to the Documentation to help other devs :)

@LinusU
Copy link
Owner

LinusU commented May 22, 2023

Hmm, as far as I can tell this shouldn't be necessary, ref: openid/AppAuth-iOS#715

But still, would be nice to add as a trouble shoot step. What error did you get before adding CFBundleURLTypes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants