kanidm: enable legacy crypto (RS256) for openbao client
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
originLanding = "https://vault.home.2rjus.net:8200/";
|
||||
basicSecretFile = config.vault.secrets.openbao-oauth2.outputDir;
|
||||
preferShortUsername = true;
|
||||
# Enable RS256 signing algorithm (required by OpenBao)
|
||||
enableLegacyCrypto = true;
|
||||
# Allow groups scope for role binding
|
||||
scopeMaps.admins = [ "openid" "profile" "email" "groups" ];
|
||||
scopeMaps.users = [ "openid" "profile" "email" "groups" ];
|
||||
|
||||
Reference in New Issue
Block a user