Skip to content

How to add claim with nested structure? #31

Description

@Michal-Kucera

Hello!

I'd love to generate a JWT with a nested structure, e.g.:

{
  "realm_access": {
    "roles": [
      "default-roles-my-realm",
      "offline_access",
      "uma_authorization"
    ]
  }
}

Could you please give me guidance on how to achieve this?

Cheers!
Michal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions