Page tree

Versions Compared

Key

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

...

Code Block
https://login.microsoftonline.com/common/v2.0

Image RemovedImage Added


Image Added


Combine the following URL template of the OpenId issuer URL with the "Directory (tenant) ID" from Azure

Code Block
https://login.microsoftonline.com/{tenant-ID}/v2.0


by replacing {tenant-ID} with the ID you just copied from your Azure instance.

In my example the URL after replacing looks like this:

Code Block
https://login.microsoftonline.com/2c1857d3-4523-41c8-b20c-2c82926370d3/v2.0

Image Added

Image Added

Image RemovedImage RemovedImage Added


For convenience: Please find the MS Azure OAuth endpoint URL for copying in the following field:

...