-
I have an api that requires a header `Authorization: Bearer ` to use. I configured this in the STAC API Plugin UI, but when I do Test Connection, the server says it is not a valid stac api. When I try…
-
RFC7235 4.1 states:
> A server generating a 401 (Unauthorized) response MUST send a WWW-Authenticate header field containing at least one challenge.
-
Now `token` and `secret` are called as `AuthCredentials`. `AuthCredentials` is passed as request header field: `Authorization: Bearer your_auth_credentials`. Change `query` authentication to `bearer` …
-
Heya, as the first line in your controller you do:
`
$this->resourceServer->validateAuthenticatedRequest($request);
`
This checks if there is a bearer token with a valid access token in the Au…
-
Should the Docker Bearer Token work with any configure user for anonymous access, or does it require the username in anonymous access to be set to anonymous (the built in user).
What I have observe…
-
Add a way for users to log in to the system, and only allow authenticated users to append into the queue and skip the current song.
Preferably, utilize these technologies:
* JSON Web Tokens: These…
-
**Name of app / service**
Shift4Shop
https://www.shift4shop.com/
**Link to developer documentation**
https://developer.3dcart.com/
-
### Proposal
Allow the **TriggerAuthentication** resource in KEDA to specify a service account from the target namespace for workload identity, enhancing security and enabling a self-service model fo…
-
**Describe the bug**
I'm trying to use Jakarta EE Security for authenticating users via basic auth and via JWT afterwards. The problem is that Jakarta EE Security seems to always take precedence ov…
-
Today if you try to overwrite a service that we've registered, it can cause problems. We have a fairly vague explanation of this here: https://docs.microsoft.com/en-us/azure/azure-functions/functions-…