-
Hi,
We are hoping to write command line scripts to automate some processes that will update forms or check connectors. Does FA support other oAuth2 grant_types, like `password`? At first glance, …
-
**Describe the bug**
Token is not created if the redirect_uri in the grant isn't first in the redirect_uris list on the application
**To Reproduce**
_Application_
Grant type: Authorization code
…
-
We can't implement Twitter, GitHub, LinkedIn, Slack, or other login types because we can't do authorization_code grants without a client secret. Client secrets are fundamentally insecure on mobile cli…
-
![image](https://user-images.githubusercontent.com/85954707/154286254-f75363f4-5567-4ceb-b8c7-b1aa99d6ca4c.png)
-
These are the saved settings:
```
Authority: "https://identity.xero.com"
Client id: ""
Grant type: "authorization_code"
Scopes: "openid, offline_access, accounting.transactions, accounting.contac…
-
Hi Team,
I am struck on on invalid_grant issue. I refer the gapi doc and implement the flow like as,
`gapi.client.setApiKey(AuthenticationService.apiKey);
var authorisationRequestData =
…
-
This Issue fits into all your categories, hence here without a template :)
## The problem
This project seems to try to rely on Keycloak in a way which is probably not intended.
This is creating…
-
### What version of gRPC and what language are you using?
Python v1.27.2
### What operating system (Linux, Windows,...) and version?
Linux
### What runtime / compiler are you using (e.g. pyth…
-
## Expected Behavior
POST requests to work as expected.
## Actual Behavior
For all scenarios other than if data is not set, redirect set to follow, and fetch set to false, all POST requests will …
-
After a successful authorization, the app that we are authenticating into with OAuth2 redirects to the Redirect URI supplied and appends the grant code in the `code` query string param. Insomnia is no…