-
`[16:40:43 ERR] An unhandled exception has occurred while executing the request.
System.InvalidOperationException: StatusCode cannot be set because the response has already started.
at Microsoft.…
-
There are some properties that have to be configured via `sw360.properties` and some that have to be configured via `application.yml`.
It would be much easier to have only one location.
Since `sw360…
-
As per https://datatracker.ietf.org/doc/html/rfc9126.html#section-2.3
The response **MUST** use `application/json` as the content type and **MUST** include the following parameters:
- error. Th…
puria updated
1 month ago
-
New authorization tool to get authorization status from the [RSP API](https://dmtn-253.lsst.io/). It should be usable also by jupyterhub, user query and the new science server. Then PZ Server is the f…
-
ZITADEL already ensures that the authorization code as well as the refresh token can only be used as grant once and refresh tokens are rotated on each grant.
To improve the security (and be compliant…
-
### Category
Cedar language or syntax features/changes
### Describe the feature you'd like to request
As described in [rfc9470](https://www.rfc-editor.org/rfc/rfc9470.html), in simple API authoriza…
-
The prefix is present on some configurations of PHP with FastCGI. So I guess OAuth1 should check for both.
See here: https://github.com/WP-API/api-console/issues/1#issuecomment-65044837
-
Hey everyone,
Just installed this lib on a symfony 5 project and i got the following error when i'm trying to reach either of /token or /authorize endpoints
```
{
"error":"unsupported_grant…
-
**Expected Behavior**
A switch to trun on logging to show the requests and responses in the Authorization Code Flow for the communication with the oauth server(for example, Apple, Facebook, Google,…
-
The [Sensing SDK repo](https://github.com/google-research/CVD-paper-mobile-camera-example) illustrates how sensors can be used to capture data from android devices and upload the same to cloud storage…