Simpliy and ensure tenant for saml consume

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-29 23:16:47 +01:00
parent f0dae5e478
commit a42670d5bd
5 changed files with 82 additions and 110 deletions

View File

@@ -81,7 +81,6 @@ func MapSAMLRoleToSystemRole(samlRole string) string {
return samlRole
}
// Default to MEMBER role if SAML role is missing or invalid
return "MEMBER"
}