add nextcloud oidc

This commit is contained in:
2023-08-18 20:15:41 +02:00
parent 82021e93b4
commit c6e471febf
3 changed files with 22 additions and 2 deletions

View File

@@ -156,7 +156,22 @@
];
userinfo_signing_algorithm = "none";
}
];
{
id = "nextcloud";
description = "Nextcloud";
secret = "$pbkdf2-sha512$310000$UqX35Fh.7uTZLQqD.mk5wg$e139D4g9SGUFc.ZdKt3RAZljC8A7C9nixUQd7rQoHFMKop643SuwfazjNn0ehdyAjydM2zV.KzKnMLgSajo.xw";
public = false;
authorization_policy = "one_factor";
redirect_uris = [ "https://nextcloud.cloonar.com/apps/oidc_login/oidc" ];
pre_configured_consent_duration = "1y";
scopes = [
"openid"
"profile"
"email"
];
userinfo_signing_algorithm = "none";
}
];
};
};
};