Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to authenticate against Identity API you will need Basic Authentication.

Info

The credentials you will need are the same as you have to provide for Next Portal.

Basic authentication is a very simple authentication scheme that is built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the Basic word followed by a space and a base64-encoded username:password string. For example, a header containing the demo / p@55w0rd credentials would be encoded as:

Code Block
Authorization: Basic ZGVtbzpwQDU1dzByZA==

Supported workflows

1. Authentication

Workflow Diagram

...

API Endpoints

[POST] /api/authentications

2. Signing

todo:add api endpoints along with explanations

...