admin管理员组

文章数量:1313006

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.8k69 gold badges254 silver badges384 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

本文标签: How to use gitea with OPenID connect of cfUAAStack Overflow