Bitmap representation of PAT scopes

Hello,

Following this post from @colin_mckibben : Create Oauth Clients with scopes via API REST - #4 by colin_mckibben

Is there any chart to convert scope bitmap (ex : “Bg==”) to string scope ? (for debug purpose)

Thank you,
Thomas

I have forwarded this request to engineering and they have a ticket in the backlog to track this. There is no estimated delivery date at this time. They might solve this in one of two ways, but we are open to feedback if you have any.

  1. Provide a public endpoint that accepts the bitmap key and returns the plaintext value.
  2. Don’t use a bitmap key in the JWT token, and instead use the plaintext. This would cause the JWT to become much bigger as you add more scopes, but eliminates the need to do any lookups with a separate API.
1 Like