-
**Which Version of MSAL are you using ?**
MSAL 4.21
**Platform**
netcore
**What authentication flow has the issue?**
* Desktop / Mobile
* [ ] Interactive
* [ ] Integrated Windows Au…
-
Hello, I am contributing an guide to enable oauth to Freshrss with Authelia and the maintainer has asked what the token endpoint auth method you use (see: https://github.com/authelia/authelia/pull/668…
-
Currently, oauthlib feature list is maintained here: https://oauthlib.readthedocs.io/en/latest/feature_matrix.html
We can improve it by showing all "OAuth"-related RFCs, and the status/roadmap for …
-
For the POC I've been building I've been using JWTs to authorize requests, and I'd like to propose that we use that going forward as well.
For a quick primer regarding JWTs see https://jwt.io/intro…
ghost updated
4 years ago
-
Current implementation client authentication with jwt is not supported rfc 7523 Client Authentication.
In https://github.com/golang/oauth2/blob/master/jwt/jwt.go token request likes as
```
PO…
-
## 필수 구현 사항
### 준비 : 프로젝트 기본 세팅
- [X] .env 파일을 이용해서 민감한 정보(DB 계정 정보, JWT 비밀키 등)를 관리
- [X] .gitignore 파일을 생성하여 .env ,node_modules 등 불필요하거나 민감한 정보가 Github에 올라가지 않도록 설정
- [X] .prettierrc 파일을 생…
-
I have a question relating to JWT, could you pl. answer?
There is a mutation named, refreshToken() which is exposed as an endpoint. In the documentation, there is no mention about when to make a ca…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Enhancement description
Currently LocalStack does not propagate OIDC JWT claims to the identity context in App…
-
```
$ deno run --allow-all --unstable index.ts
error: Uncaught (in promise) DataError: invalid key data
at Object.opSync (deno:core/01_core.js:149:12)
at importKeyHMAC (deno:ext/crypto/00_…
-
This is causing weird errors for my Rails project that uses devise-jwt.
When logging in, the request is made with an Authorization request header with the value 'Bearer undefined'.