v1

latestSwagger 2.02026-07-173540.5 KB

GenerateAuthorizationUrl retrieves an Okta authorization URL

AuthorizationUrl is the Okta authorization URL for a user to consent to applications being able to access third-party services. Follow the AuthorizationUrl in the response to authenticate, providing consent to the application. The resultant access+refresh token will then be available via GenerateToken.

get/authorizationUrl:generate

Query parameters

applicationNamestring required

application_name is an OAuth2 application client.

redirectUristring required

redirect_uri is the URI to be redirected to after authorization is complete.

userstring required

user is the user of the requestor of a token. user parameter field is temporary until bms header modifier is added to go

Headers

VND.com.blackrock.Request-IDstring UUID required

A unique identifier for this request.

VND.com.blackrock.Origin-Timestampstring date-time required

Timestamp assigned to this request at origin, in "HTTP-date" format as defined by RFC 7231.

Response

A successful response.

authorizationUrlstring
All 3 operations