Changes between Version 39 and Version 40 of S3/S3AAA/OrgAuth
- Timestamp:
- 09/04/12 11:09:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA/OrgAuth
v39 v40 80 80 81 81 '''NOTE:''' The "Default Realm" setting can be dangerous and may be inappropriate for most multi-tenancy settings, because the user would automatically receive this role for any entity they will ever join in future - without that entity being anyhow in control of this. However, in certain deployments, this dynamic realm may still be convenient practice. 82 83 To check which realms a role of the current user applies for, you can access: 84 85 {{{ 86 realms = current.auth.user.realms[role] 87 }}} 82 88 === Realm Hierarchy === 83 89