[oauth2] endpoints: add ZITADEL endpoint

32 views
Skip to first unread message

Gerrit Bot (Gerrit)

unread,
Jun 9, 2021, 10:21:42 AM6/9/21
to goph...@pubsubhelper.golang.org, Livio Amstutz, golang-co...@googlegroups.com

Gerrit Bot has uploaded this change for review.

View Change

endpoints: add ZITADEL endpoint

OAuth APIs: https://docs.zitadel.ch/docs/apis/openidoauth/endpoints/

Change-Id: I6f7f8473d8a6a8114dc7313e04313619a033673c
GitHub-Last-Rev: edddd6a7fb82b0ae5908077db24bb76f56e27e32
GitHub-Pull-Request: golang/oauth2#501
---
M endpoints/endpoints.go
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/endpoints/endpoints.go b/endpoints/endpoints.go
index cd3e167..18b3339 100644
--- a/endpoints/endpoints.go
+++ b/endpoints/endpoints.go
@@ -209,6 +209,12 @@
TokenURL: "https://oauth.yandex.com/token",
}

+// Zitadel is the endpoint for ZITADEL.
+var Zitadel = oauth2.Endpoint{
+ AuthURL: "https://accounts.zitadel.ch/oauth/v2/authorize",
+ TokenURL: "https://api.zitadel.ch/oauth/v2/token",
+}
+
// Zoom is the endpoint for Zoom.
var Zoom = oauth2.Endpoint{
AuthURL: "https://zoom.us/oauth/authorize",

To view, visit change 326369. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: oauth2
Gerrit-Branch: master
Gerrit-Change-Id: I6f7f8473d8a6a8114dc7313e04313619a033673c
Gerrit-Change-Number: 326369
Gerrit-PatchSet: 1
Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
Gerrit-CC: Livio Amstutz <liv...@gmail.com>
Gerrit-MessageType: newchange

Gopher Robot (Gerrit)

unread,
Apr 27, 2022, 1:47:46 AM4/27/22
to Gerrit Bot, goph...@pubsubhelper.golang.org, Brad Fitzpatrick, Chris Broadfoot, Shin Fan, Cody Oss, golang-co...@googlegroups.com

Gopher Robot abandoned this change.

View Change

Abandoned GitHub PR golang/oauth2#501 has been closed.

To view, visit change 326369. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: oauth2
Gerrit-Branch: master
Gerrit-Change-Id: I6f7f8473d8a6a8114dc7313e04313619a033673c
Gerrit-Change-Number: 326369
Gerrit-PatchSet: 1
Gerrit-Owner: Gerrit Bot <letsus...@gmail.com>
Gerrit-Reviewer: Brad Fitzpatrick <brad...@golang.org>
Gerrit-CC: Chris Broadfoot <cb...@golang.org>
Gerrit-CC: Cody Oss <cod...@google.com>
Gerrit-CC: Gopher Robot <go...@golang.org>
Gerrit-CC: JBD <j...@google.com>
Gerrit-CC: Livio Amstutz <liv...@gmail.com>
Gerrit-CC: Shin Fan <shi...@google.com>
Gerrit-MessageType: abandon
Reply all
Reply to author
Forward
0 new messages