Skip to content

Commit

Permalink
Merge pull request #77 from axonivy-market/oauth-uri-docs
Browse files Browse the repository at this point in the history
XIVY-10123 document new 10.0.3 URI
  • Loading branch information
ivy-rew authored Jan 12, 2023
2 parents 39d87e2 + 670b5fd commit 5065a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions msgraph-connector-product/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Afterwards set the values as shown in the Azure App setup below.
1. Navigate to `Overview` in the menu and copy the 'Application (client) ID' into your variable called `appId` within the `microsoft-connector` section.
1. Navigate to `Authentication` in the Azure App menu.
1. Add a `Redirect URI` in the `Web` Section.
- Axon Ivy has an authentication callback URI which follows the pattern `{scheme}://{host}:{port}/{security-sytem}-workflow/oauth2/callback`. This URI must be registered in the Azure App.
- Consequently, for the Axon Ivy Designer this URI can always be set to the following value: `http://localhost:8081/default-workflow/oauth2/callback`
- For the Axon Ivy Engine, the URI must contain the full URI where your application is reachable plus the callback path. E.g.: `https://my.workflows.ch/default-workflow/oauth2/callback`
- Axon Ivy has an authentication callback URI which follows the pattern `{scheme}://{host}:{port}/oauth2/callback`. This URI must be registered in the Azure App.
- Consequently, for the Axon Ivy Designer this URI can always be set to the following value: `http://localhost:8081/oauth2/callback`
- For the Axon Ivy Engine, the URI must contain the full URI where your Engine is reachable plus the callback path. E.g.: `https://my.workflows.ch/oauth2/callback`
![set-redirect](doc/img/azure_authCallback.png)

1. Navigate to `Certificate & secrets` in the Azure App menu.
Expand Down

0 comments on commit 5065a62

Please sign in to comment.