From 4f7d69a108a2836e90b3c7ffe7f05247d80bfb85 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 3 Apr 2023 01:38:01 +0200 Subject: [PATCH] fix: docs auth openID method --- pkg/modules/auth/openid/openid.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/modules/auth/openid/openid.go b/pkg/modules/auth/openid/openid.go index b33a858f4..a5649eb84 100644 --- a/pkg/modules/auth/openid/openid.go +++ b/pkg/modules/auth/openid/openid.go @@ -75,6 +75,7 @@ func (p *Provider) setOicdProvider() (err error) { // HandleCallback handles the auth request callback after redirecting from the provider with an auth code // @Summary Authenticate a user with OpenID Connect // @Description After a redirect from the OpenID Connect provider to the frontend has been made with the authentication `code`, this endpoint can be used to obtain a jwt token for that user and thus log them in. +// @ID get-token-openid // @tags auth // @Accept json // @Produce json