-
I'm currently extending VectorGrid.protobuf to do this for some custom code, but would be great if this was part of the main library. Feature would be useful in case of needing to send Authorization h…
-
According to https://tools.ietf.org/html/rfc6749#section-5.1
> scope
OPTIONAL, if identical to the scope requested by the client;
otherwise, REQUIRED...
and https://tools.iet…
-
ISO/IEC SC17/JTC1 WG10 had an in-person meeting in Korea in late June where a demo of the Digital Credentials API was provided (also including cross-device). WG10 asked OIDF if they can help with the …
-
Estou desenvolvendo uma aplicação Laravel, e a parte do crud estou fazendo toda via API com JWT.
Até ai tudo bem, minha aplicação esta autenticando e gerando o Token do JWT, via Postmann consigo fa…
ghost updated
7 years ago
-
In OpenIddict 1.x/2.x, authorization and logout requests were serialized to BSON and stored in the distributed cache. In 3.x, this logic was changed and these requests are now stored as signed and enc…
-
**Is your feature request related to a problem? Please describe.**
To make the application only usable by the right people, there needs to be an authentication and authorization process.
**Describ…
-
In [Automatic Client Registration](https://openid.net/specs/openid-connect-federation-1_0-24.html#name-automatic-registration), there's no need for the `client_uri` parameter because this information …
-
Our system passes some claims to Elsa via JWT. We then have middleware to read the token. All works fine when using the built in /Execute endpoint, but if we try and use any custom HTTP activities the…
-
Using the web interface, the access token given by SHINYPROXY_OIDC_ACCESS_TOKEN is opaque.
In https://github.com/openanalytics/shinyproxy-config-examples/tree/master/08-api-oauth2, the audience is di…
-
设置 header,支持 JWT 规范,服务端在解析 body 之前,通过 header 判断权限后再对 body 进行序列化
```
headers: {
'Authorization': 'Bearer ' + token
}
```