microsoft sso refresh token
This block is part of the users group and was last modified in core v14.0.4.
microsoft sso refresh token v14.0.4 Refresh a Microsoft OAuth access token using a refresh token.
In pins 4 + flow
- flow
flow - Client ID required
valueMicrosoft OAuth Client (Application) ID
- Client Secret required
valueMicrosoft OAuth Client Secret
- Tenant ID
valueAzure AD tenant ID. Defaults to "common".
- Refresh Token required
valueThe refresh token obtained from the verify code step
Out pins 5 + flow
- flow
flow - Access Token
valueThe new access token
- Refresh Token
valueA new refresh token (if rotated by the provider, otherwise the same)
- Expires In
valueToken lifetime in seconds
- Success
conditionTrue if the token was refreshed successfully
- Error
valueError message if success is false
sso |
oauth |
microsoft |
azure |
entra |
refresh |
token |
A typical wiring for microsoft sso refresh token: a function trigger starts the flow; value feeds the client_id pin; value feeds the client_secret pin; value feeds the refresh_token pin; the flow out pin feeds debug.

Version history
Introduced in v14.0.4.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
users Return to the main group to view all sub-groups Back to sso Return to the group to view all blocks within this group
