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.
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