Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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