Skip to content

Authentication

RTDIP REST APIs require Azure Active Directory Authentication and passing the token received as an authorization header in the form of a Bearer token. An example of the REST API header is Authorization: Bearer <<token>>

End User Authentication

If a developer or business user would like to leverage the RTDIP REST API suite, it is recommended that they use the Identity Packages provided by Azure to obtain a token.

Note

Note that the above packages have the ability to obtain tokens for end users and service principals and support all available authentication options.

Ensure to install the relevant package and obtain a token.

See the examples section to see various authentication methods implemented.