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 = {
|
||||
present = true;
|
||||
displayName = "Forjego";
|
||||
originUrl = "https://git.enium.eu";
|
||||
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;
|
||||
public = false;
|
||||
enableLocalhostRedirects = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue