forked from DGNum/infrastructure
feat(sso/groups): Add grp_cri_nps
This commit is contained in:
parent
bf324738b1
commit
2f2cee559e
1 changed files with 7 additions and 0 deletions
|
@ -85,6 +85,7 @@ in
|
|||
groups =
|
||||
{
|
||||
grp_active.members = catAttrs "username" (attrValues meta.organization.members);
|
||||
grp-ext_cri.memberless = true;
|
||||
}
|
||||
// (mapAttrs' (
|
||||
name: members: nameValuePair "grp_${name}" { members = builtins.map usernameFor members; }
|
||||
|
@ -163,6 +164,12 @@ in
|
|||
"profile"
|
||||
"email"
|
||||
];
|
||||
|
||||
scopeMaps.grp-ext_cri = [
|
||||
"openid"
|
||||
"profile"
|
||||
"email"
|
||||
];
|
||||
};
|
||||
|
||||
dgn_outline = {
|
||||
|
|
Loading…
Add table
Reference in a new issue