providers/oauth2: add client_assertion_type jwt bearer support (#2618)
This commit is contained in:
		| @ -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", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L