updates oauth2 authorization code challenge

This commit is contained in:
Fernando Mejia 2022-01-11 16:09:31 +00:00 коммит произвёл GitHub
Родитель 1c05a321bd
Коммит 1617ed6860
4 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -64,6 +64,24 @@ Every client application that calls the API needs to be registered as an applica
![client app registration5](../../assets/images/authflow5.png)
### Grant permissions for client-app to call backend-app
- Now we have to open our client app and choose the option `API permissions`
- In here we need to click on `Add a permission`
- Then choose `My APIs`
- Select the record for `backend-app-oauth`
![client app registration5.1](../../assets/images/apimOauthgrants1.png)
- Then select the `Delegated Permissions` option
- Then mark the `Calculator.Read` checkbox
- Then click the `Add Permissions` button
![client app registration5.2](../../assets/images/apimOauthgrants2.png)
- Finally click the `Grant admin consent for ...`
![client app registration5.3](../../assets/images/apimOauthgrants3.png)
### Enable OAuth 2.0 in the Developer Console for Authorization Code Grant type

Двоичные данные
assets/images/apimOauthgrants1.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 157 KiB

Двоичные данные
assets/images/apimOauthgrants2.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 82 KiB

Двоичные данные
assets/images/apimOauthgrants3.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 149 KiB