Is it possible to exclude a group name from the GWSGroupsFilter? #72
-
Hi! Do you know if it is possible to exclude a group name from the GWSGroupsFilter when deploying the application? Assuiming that our current GWSGroupsFilter is 'name:AWS*' is there any way that we can have an exception? Also, can the GWSGroupsFilter be altered after the solution is deployed using the Serverless Application Repository? Or is it necessary to delete the stack and redeploy again? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @tmylonidis, But in any case, you can use any attribute in the group to filter these, not only the read the documentation here Search for groups Also, remember that you have available the program To use this, just |
Beta Was this translation helpful? Give feedback.
Hi @tmylonidis,
The filter is applied in the source of truth (I mean google workspace) not in the runtime. I recommended you to read this Using SSO
.
But in any case, you can use any attribute in the group to filter these, not only the
'name:AWS*'
if you read the documentation related maybe you can find a way to filter better your groups.read the documentation here Search for groups
Also, remember that you have available the program
idpscimcli
and their commandsidpscimcli gws groups --help
to test your filters.To use this, just
download the binary from the release
orclone the repo
and executemake
then the program will be insidebuild/
folder.