cordova-plugin-oauth
cordova-plugin-oauth copied to clipboard
Cordova plugin for performing OAuth login flows.
I have an App with this ID: com.myapp and I use this Google endpoint ``` let endpoint = 'https://accounts.google.com/o/oauth2/auth/identifier?' + '&response_type=permission id_token' + '&scope=email profile openid' + '&openid.realm' + '&include_granted_scopes=true'...
Hi all, In my environnement (cordova 12.0.0 / lib 10.1.0 / android 10.1.2 / ios 6.1.1), targeting Google OAuth, the plugin : - works for create a browser tab compliant...
Hi there, If the JSON from the OAuth provider contains single quotes, it causes an error. Example (with misconfigured Azure AD): ```json { "error": "invalid_client", "error_description": "AADSTSXXXX: The application 'MyApplication'...
The opened system browser for the google authentication prompt has no shared "cookie space" with the application. What is the most secure way to pair the oauth browser request's session...
As mentioned in #31 sometimes OAuth parameters are returned as URL fragments as opposed to URL query parameters. We'd like to keep the existing URL query parameter handling, but it...
I am using this plugin for MSAL Authentication. I need onload or onclose events to manage some conditional flow. Can you please describe if any supported event. Thanks in advance
We had an issue similar to https://github.com/AyogoHealth/cordova-plugin-oauth/issues/20, where we needed to detect when the oAuth progress was cancelled by the user (thus the login overlay closes without getting a redirect...
Hello There, The plugin seems to work correctly alas Facebook does not allow to insert non http(s) URI in allowed redirect URI.
When using Firefox as default browser on Android (instead of Chrome), the login via the custom tab works fine, but the redirect somehow seems to trigger Cordova to create a...
I am using cordova 10 and cordova ios 6.2, the window.open() is not working at all like it is not even called.. what is the solution to this problem on...