providers/oauth2: add client_assertion_type jwt bearer support (#2618)

This commit is contained in:
Jens L
2022-03-31 00:30:55 +02:00
committed by GitHub
parent 996bd05ba6
commit bb8af2f19b
34 changed files with 681 additions and 99 deletions

View File

@ -33,7 +33,14 @@ module.exports = {
type: "category",
label: "Providers",
items: [
"providers/oauth2",
{
type: "category",
label: "OAuth2 Provider",
items: [
"providers/oauth2/index",
"providers/oauth2/client_credentials",
],
},
"providers/saml",
{
type: "category",