-
Looking at the JWT standard(s) the list of possible headers is open-ended, providing for [public and private](https://www.rfc-editor.org/rfc/rfc7515.html#section-4.2) name/value pairs in headers, simi…
-
Let's figure out a way to implement API authentication properly. There are a few different ways to add it in.
HTTP Basic? Auth Header?
OAuth2? This seems to be what the industry is moving towards. …
-
Following the guide at https://dexidp.io/docs/connectors/local/, I am running into some issues:
If you copy the example from the `Obtaining a token` section and set it up with sqllite as storage...…
-
I'm not sure how to keep my app authed for longer than one day.
Here is what I'm doing:
- Running `gather_keys_oauth2.py` to get tokens.
- In my app I do this.
```
authd_client = fitbit…
-
It may be beneficial to optionally return a DPoP-Nonce header along the Nonce Endpoint response, so that the Wallet saves a roundtrip & cryptographic operations to fetch a nonce for DPoP protected acc…
-
Spring Boot supports [common OAuth2 providers](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-security-oauth2-common-providers) (facebook, github, google and okta)…
-
Using the current version of plugin, i get the result:
``` json
{"errors":[{"message":"The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/ov…
EHER updated
10 years ago
-
DID documents include information about public keys and authentication requirements, and DID URLs with fragments can be used to refer to this information.
Should we consider adding DID references o…
-
Trying to figure out - map the Azure AD settings and configuration for Openid - Oauth2 to the Taiga plug in. I have setup multiple applications using SAML and Oauth access in this environment. I see i…
-
### Describe the bug
with newer az versions (> 2.6x) we are suffering from **performance regression** with **factor 10,**
e.g. using "**az account get-access-token**" we have
Azure **CLI v2.64**…