openid / AppAuth-iOS

iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
https://openid.github.io/AppAuth-iOS
Apache License 2.0
1.75k stars 762 forks source link

Mac OSX Set the browser as Safari and ignoring the system settings for default web browser. #363

Open elainetao02 opened 5 years ago

elainetao02 commented 5 years ago

I am developing an OSX desktop application with AppAuth, the problem is that if user set the default web browser as Safari, the application can work well, but if it doesn't, sometimes, the default browser won't jump into my application. If there is a way that I can set the browser as Safari just like 'OIDExternalUserAgentIOSCustomBrowser' on iOS?

WilliamDenniss commented 5 years ago

There isn't a way today, but I would welcome a pull requested that added this functionality, similar to the iOS implementation.