feat(self_host/sso): adding the forgejo redirect url
This commit is contained in:
parent
313279edfc
commit
1ee8a09678
1 changed files with 2 additions and 2 deletions
|
|
@ -96,9 +96,9 @@ in
|
||||||
forgejo = {
|
forgejo = {
|
||||||
present = true;
|
present = true;
|
||||||
displayName = "Forjego";
|
displayName = "Forjego";
|
||||||
originUrl = "https://git.enium.eu";
|
|
||||||
imageFile = kanidmLogo;
|
imageFile = kanidmLogo;
|
||||||
originLanding = "https://git.enium.eu/user/oauth2/Enium/callback";
|
originUrl = "https://git.enium.eu";
|
||||||
|
originLanding = "https://git.enium.eu/login";
|
||||||
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