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.