roryqi commented on issue #10410:
URL: https://github.com/apache/gravitino/issues/10410#issuecomment-4046295524

   This is the token from keyCloak
   ```
   {
     "exp": 1736848409,
     "iat": 1736848109,
     "jti": "fc3de8ae-7f8b-45c9-bf35-47c6e7d09a90",
     "iss": "http://54.65.51.119:8080/realms/myrealm";,
     "aud": [
       "GravitinoServer",
       "trino",
       "account"
     ],
     "sub": "34af02e3-48f9-4f7a-bf19-f026083a5640",
     "typ": "Bearer",
     "azp": "postman-client",
     "sid": "fce2abae-6154-4fa7-b99d-2d1876480a51",
     "acr": "1",
     "allowed-origins": [
       "http://localhost:8090/*";
     ],
     "realm_access": {
       "roles": [
         "default-roles-myrealm",
         "offline_access",
         "uma_authorization",
         "gravitino-admin"
       ]
     },
     "resource_access": {
       "account": {
         "roles": [
           "manage-account",
           "manage-account-links",
           "view-profile"
         ]
       }
     },
     "scope": "profile email",
     "email_verified": false,
     "name": "tim wang",
     "preferred_username": "tim",
     "given_name": "tim",
     "family_name": "wang",
     "email": "[email protected]",
     "group": {
       "membership": [
         "/test"
       ]
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to