Add external IDP management Admin API for OpenID (#15152)

This commit is contained in:
Aditya Manthramurthy
2022-07-05 18:18:04 -07:00
committed by GitHub
parent ac055b09e9
commit af9bc7ea7d
7 changed files with 616 additions and 116 deletions

View File

@@ -52,6 +52,7 @@ var (
config.HelpKV{
Key: ClientSecret,
Description: `secret for the unique public identifier for apps` + defaultHelpPostfix(ClientSecret),
Sensitive: true,
Type: "string",
},
config.HelpKV{