Receiving an Unfamiliar ID Instead of Username with OAuth2 Azure EntraID Authentication #23139
Replies: 2 comments 1 reply
-
Try inspecting the JWT token returned by Azure Entra. This is probably the |
Beta Was this translation helpful? Give feedback.
-
Hi @hashhar, thanks for replying. I have already tried this, when I configure this property other than "sub" (I have tried "email" and "upn" ) it gives me an error: "unauthorized" on UI after login using the same azure id which was previously working with "sub". |
Beta Was this translation helpful? Give feedback.
-
I'm working on configuring Azure Entra ID with Trino for authentication. Although the setup appears to be successful, I'm encountering an issue where a strange ID is being displayed in the Trino UI instead of my Azure ID.
I'm unsure where this ID originates from. I've verified that it isn't the object ID of the AAD user. Since I'm using Azure ID in file-based access control, I need to identify this ID to map it with the corresponding Azure ID.
Below is my config.properties
Beta Was this translation helpful? Give feedback.
All reactions