docs: add reference docs for oidc userinfo sig (#3875)
Documenting details userinfo_signing_algorithm. Related to #3869. Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/3903/head^2
parent
6e51368035
commit
ca423cd1d5
|
@ -418,6 +418,11 @@ know what you're doing. Potential values are `form_post`, `query`, and `fragment
|
|||
|
||||
The algorithm used to sign the userinfo endpoint responses. This can either be `none` or `RS256`.
|
||||
|
||||
| Signing Algorithm | Encoding | Content Type |
|
||||
|:-----------------:|:------------:|:-----------------------------------:|
|
||||
| `none` | JSON | `application/json; charset="UTF-8"` |
|
||||
| `RS256` | JWT (Signed) | `application/jwt; charset="UTF-8"` |
|
||||
|
||||
## Integration
|
||||
|
||||
To integrate Authelia's [OpenID Connect] implementation with a relying party please see the
|
||||
|
|
Loading…
Reference in New Issue