You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating groups in stormpath the documentation is misleading. https://docs.stormpath.com/rest/product-guide/latest/multitenancy.html#naming-your-tenant-groups
This link says you should name you groups nameKey.role.admin, but you can't use that name in the <Authenticated> component because it splits the string by periods and looks for each part of the array in the group name. A more unified approach to naming conventions would be nice or allow the <Authenticated> component to accept strings as they are.
The text was updated successfully, but these errors were encountered:
When creating groups in stormpath the documentation is misleading.
https://docs.stormpath.com/rest/product-guide/latest/multitenancy.html#naming-your-tenant-groups
This link says you should name you groups
nameKey.role.admin
, but you can't use that name in the<Authenticated>
component because it splits the string by periods and looks for each part of the array in the group name. A more unified approach to naming conventions would be nice or allow the<Authenticated>
component to accept strings as they are.The text was updated successfully, but these errors were encountered: