Hey! Is there some recommended way to assign group...
# ory-network
r
Hey! Is there some recommended way to assign groups to an Identity? I know it can be done through "Permissions", but for my current use case I think would probably be simpler to just add the groups directly to the identity
m
Hey, I think using public_metadata is a viable alternative in that case: https://www.ory.sh/docs/kratos/manage-identities/managing-users-identities-metadata
Copy code
"metadata_public": {
      "group": {
        "type": "string",
        "title": "group"
      }
r
Thanks for the info, really appreciated! 🙂