wetrack_get_microsoft_signin_url
Get the Microsoft OAuth sign-in URL to start browser-based Azure AD authentication. Open it, complete login, and use the JWT token from the response to authenticate subsequent requests.
Instructions
Get the Microsoft OAuth sign-in URL to start the login flow.
Returns a URL that the user must open in a browser to complete Microsoft/Azure AD authentication. After login, WeTrack will set a session cookie and redirect to the configured success URL.
Workflow:
Call this tool to get the Microsoft OAuth URL.
Open the URL in your browser.
Complete Microsoft login.
Copy the JWT token from the WeTrack response/cookie.
Call wetrack_set_token with the token to use it here.
Note: Microsoft OAuth requires browser interaction and cannot be automated fully through MCP. Use email/password sign-in for non-SSO accounts via wetrack_sign_in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |