gitea: update oauth callback path to http
This commit is contained in:
parent
b5ec0c73d8
commit
1feb8b98c7
|
@ -17,5 +17,5 @@ spec:
|
|||
scope: "openid profile email stackspin_roles"
|
||||
secretName: stackspin-gitea-oauth-variables
|
||||
redirectUris:
|
||||
- https://dev.${domain}/user/oauth2/Stackspin/callback
|
||||
- http://dev.${domain}/user/oauth2/Stackspin/callback
|
||||
tokenEndpointAuthMethod: client_secret_post
|
||||
|
|
Loading…
Reference in New Issue