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

use 'api://<clientId>' for 'PKCE scope' with Entra #978

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
10 changes: 8 additions & 2 deletions docusaurus/docs/guides/Identity_Providers/entra/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,21 @@ Click `Add a scope`
</p>
<br/>

For the `Application ID URI`, enter the URL where you will be hosting your browZer bootstrapper. For the example used in this documentation, we will use `https://entra-demo.ziti.netfoundry.io`
For the `Application ID URI`, Entra will default to `api://<YOUR_CLIENT_ID>`. **You should accept this default value and not alter it.**

For example:

<p align="center">

![Entra icon](/img/entra-13.jpg)
![Entra icon](/img/entra-scope.jpg)

</p>
<br/>

Click `Save and continue`.

Then, on the next form:

For the `Scope name`, enter `OpenZiti.BrowZer`.

For `Who can consent`, choose `Admins and users`.
Expand Down
Binary file added docusaurus/static/img/entra-scope.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.