How to use gitea with OPenID connect of cf-UAA? - Stack Overflow

admin2025-04-17  3

As per the documentation of gitea i have configured an oauth server with client id , password and redirect url . But whenever i try to login into gitea with OpenID connect by providing the auto discovery url , i get the error.

When OPenid is successfully configured it should redirect me to my oauth page and subsequently Successful login should happen.

As per the documentation of gitea i have configured an oauth server with client id , password and redirect url . But whenever i try to login into gitea with OpenID connect by providing the auto discovery url , i get the error.

When OPenid is successfully configured it should redirect me to my oauth page and subsequently Successful login should happen.

Share Improve this question edited Feb 4 at 9:44 Vy Do 52.9k69 gold badges256 silver badges389 bronze badges asked Jan 31 at 17:26 madhusudhan samantraymadhusudhan samantray 546 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I got this working. The configuration was correct but the openid tab is not the right place to login .Instead in the signin tab an options comes to login via OAuth Server(what ever the name of your OAuth server ).Below 2 properties are not required in order to login via oAuth/OpenID connect.

ENABLE_OPENID_SIGNIN = false ENABLE_OPENID_SIGNUP = false

转载请注明原文地址:http://anycun.com/QandA/1744854107a88551.html