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:

Image Removed

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

Image Added

Image Added

Image Added

Image AddedImage RemovedImage Removed


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

...

Congratulations - you are good to go now! Your users are able to sign in via Azure.

One important note: Since by default a gender is not specified in Active Directory, all users that are created via Azure Active Directory in translate5 will be female. If you do not want that, you have to create a custom user attribute for your Active Directory users and assign that as a claim to your translate5 app within Active Directory in the way showed in the Azure Active Directory optional claims configuration.

A second note: If And if you checked the last checkbox above, they users are ONLY able to sign in via Azure on the domain, you defined for this client in its client configuration. On other domains of the same translate5 instance users will still be able to sign in via the login page.

...