Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ created/ available to use with your account.

![Permissions](media/Permissions.png)

8. Navigate to API Authentication and enable ID tokens ![image](https://user-images.githubusercontent.com/75703661/154597021-5c998b0d-2e9a-4d65-b46a-5c974f7e9c05.png)


Provide Consent and Accept Terms
--------------------------------

Expand Down Expand Up @@ -71,7 +74,7 @@ Run Visual Studio, open CustomTranslatorSampleCode.sln and expand CustomTranslat
In Controllers folder open **HomeController.cs**, and update following code:

1. **clientID**: update this value with the App Id/Client ID listed in Application Registration Portal.
2. **clientsecret**: update this value with your Apps secret/ password.
2. **clientsecret**: update this value with the value of your App's secret. Use the value and **not** the secret description or the secret ID.
3. **redirectUri**: update it as per your MVC app’s URL.

![Variables](media/d1458ea2a714990ad437a0a09cc89fbd.png)
Expand Down