fix(services/self_host): correcting the redirect uri for git
This commit is contained in:
parent
159dc8a833
commit
688fb2f4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ in
|
||||||
displayName = "Forjego";
|
displayName = "Forjego";
|
||||||
imageFile = kanidmLogo;
|
imageFile = kanidmLogo;
|
||||||
originUrl = "https://git.enium.eu";
|
originUrl = "https://git.enium.eu";
|
||||||
originLanding = "https://git.enium.eu/login";
|
originLanding = "https://git.enium.eu/user/oauth2/Enium/callback";
|
||||||
basicSecretFile = config.age.secrets.forgejo-oidc-secret.path;
|
basicSecretFile = config.age.secrets.forgejo-oidc-secret.path;
|
||||||
public = false;
|
public = false;
|
||||||
enableLocalhostRedirects = false;
|
enableLocalhostRedirects = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue