-
Please try to add OAuth2 with PKCE web flow Authentication in our Authenticators
-
W ramach Allegro OAuth2 udostępniliśmy ścieżkę, dzięki której możesz autoryzować się bez zgody użytkownika na działanie. Wybierając ten sposób uzyskasz dostęp do zasobów, które nie wymagają kontekstu …
-
I am trying to integrate Auth0 into Rapidoc. I have added the following OAuth2 implementations, but none of them work. The issue is that Auth0 redirects back to `oauth-receiver.html` with the access t…
-
Using ARCTIC V2 I'm trying to use Discord provider in a React Native application using expo auth sessions.
Using PKCE mode I can redirect to native scheme URI `myapp://` without PKCE it's not possi…
-
Authentication flow is failing with Github Oauth2 APIs. This is because Github Oauth2 API does not send Access Token in JSON format by default, whereas the library expects a JSON format return.
See :…
-
### Bug Description
Discovered when trying to authenticate a HTTP Request with OAuth2 against the Podio API.
Authentication against the Podio API requires the client crendentials to be passed in t…
-
**SDK you're using (please complete the following information):**
- Version: Xero.NetStandard.OAuth2 - 9.2.0.
Xero.NetStandard.OAuth2Client - 1.6.0
IdentityModel …
-
I am getting the following error when I click on the URL for authorization. OAuth 2.0 Client Application type **Web Application**
{"web":{"client_id":"{}","project_id":"{}","auth_uri":"https://ac…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
The OIDC standard has defined an endpoint that is well supported by common OAuth2 providers (including…
-
### Is your proposal related to a problem?
I have a number of cases where I'd like to use Actions to expose data and mutations from backend APIs that are secured with OAuth2 (client credentials flo…