1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-29 22:48:19 +02:00

Support prompt in addition to auth-prompt (#444)

Fix #380
This commit is contained in:
Jakub Holy
2020-03-14 10:53:43 +01:00
committed by GitHub
parent 0fc4131c72
commit b1c81e2abe
6 changed files with 13 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ func main() {
flagSet.String("resource", "", "The resource that is protected (Azure AD only)")
flagSet.String("validate-url", "", "Access token validation endpoint")
flagSet.String("scope", "", "OAuth scope specification")
flagSet.String("prompt", "", "OIDC prompt")
flagSet.String("approval-prompt", "force", "OAuth approval_prompt")
flagSet.String("signature-key", "", "GAP-Signature request signature key (algorithm:secretkey)")