๐Ÿ” VersaTech User Identity Test

Sign in with your VersaTech account to test user claim extraction and OBO flow.

Sign In with Azure AD

What happens when you click "Sign In":

1 You'll be redirected to Microsoft login
2 Enter your VersaTech credentials (ebasil@versatechinc.com)
3 Azure AD returns an authorization code
4 We exchange it for a token with YOUR identity claims
5 You'll see your email, name, groups, etc.

๐Ÿ“‹ How This Works

Authorization Code Flow:

This uses the OAuth 2.0 Authorization Code flow with PKCE, which is the secure way to get user tokens in web applications.

On-Behalf-Of (OBO):

After getting your token, the backend will exchange it for a VT AI API token that still contains your user claims (email, name, groups).