Page tree

Versions Compared

Key

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

Microsoft Azure cloud ActiveDirectory can be used to authenticate users for translate5.

If you wish, you can set up the same translate5 instance on different domains and configure for different clients different domains and different OpenID servers.

Follow all the below steps.

  1. Necessary MS Azure cloud configurations

After logging into your MS Azure cloud, follow the following steps:

...

Code Block
languagejs
"optionalClaims":
   {
      "idToken": [
            {
               "name": "upn",
                 "essential": false,
               "additionalProperties": [ "include_externally_authenticated_upn"]
             },{
               "name": "email",
                 "essential": false
             },{
               "name": "family_name",
                 "essential": false
             },{
               "name": "given_name",
                 "essential": false
             }
       ]
   },
  1. Assign the appropriate translate5 roles to your users in Azure
  2. translate5 settings to use Azure Active directory as OpenID connect server

...