Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Authorization

...

A process is created by calling the finAPI Process Controller POST <PCL_URL>/api/v1/processesendpoint using the customer OAuth client credentials (and a client reference identifying the customer’s implementation):

...

With the process token, the (finAPI Access-) user OAuth token (required to get authorised GiroIdent API calls) can be retrieved from the Process Controller endpoint GET <PCL_URL>/api/v1/processes/{process-token}?invalidate=true.

The response will look like this:

...

Drawio
zoom1
simple0
inComment0
pageId2344550464
custContentId3182362669
lbox1
diagramDisplayNameprocess-creation.drawio
contentVer12
revision12
baseUrlhttps://finapi.jira.com/wiki
diagramNameUnbenanntes Diagramm.drawio
pCenter0
width1003
links
tbstyle
height542.5

...

To get authorized as a client, make a call to Access POST <ACCESS_URL>/api/v2/oauth/tokenand pass the following request parameters:

...

Drawio
zoom1
simple0
inComment0
pageId2344550464
custContentId3182821398
lbox1
diagramDisplayNamecreate-user-access.drawio
contentVer12
revision12
baseUrlhttps://finapi.jira.com/wiki
diagramNamecreate-user-access.drawio
pCenter0
width1003
links
tbstyle
height712.5

To create a user, make a call to Access POST <ACCESS_URL>/api/v2/users and pass the following request body:

...

To get authorized as a user, make a call to Access POST <ACCESS_URL>/api/v2/oauth/tokenand pass the following request parameters:

...

Drawio
zoom1
simple0
inComment0
pageId2344550464
custContentId3182657543
lbox1
diagramDisplayNameDeleteUser.drawio
contentVer12
revision12
baseUrlhttps://finapi.jira.com/wiki
diagramNameDeleteUser.drawio
pCenter0
width1003
links
tbstyle
height292.5

...

Drawio
zoom1
simple0
inComment0
pageId2344550464
custContentId3183018028
lbox1
diagramDisplayNameReuseUsr.drawio
contentVer12
revision12
baseUrlhttps://finapi.jira.com/wiki
diagramNameReuseUsr.drawio
pCenter0
width1003
links
tbstyle
height292.5

...