Skip to content

Commit 6791bd6

Browse files
Updated examples to match
------- cc: @kengaderdus
1 parent c01a5f8 commit 6791bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/configure-authentication-sample-python-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Open the *app_config.py* file. This file contains information about your Azure A
216216

217217
|Key |Value |
218218
|---------|---------|
219-
|`ENDPOINT`| The URI of your web API (for example, `https://localhost:44332/hello`).|
219+
|`ENDPOINT`| The URI of your web API (for example, `https://localhost:5000/getAToken`).|
220220
|`SCOPE`| The web API [scopes](#step-62-configure-scopes) that you created.|
221221
| | |
222222

@@ -238,7 +238,7 @@ CLIENT_SECRET = "xxxxxxxxxxxxxxxxxxxxxxxx" # Placeholder - for use ONLY during t
238238
### More code here
239239

240240
# This is the API resource endpoint
241-
ENDPOINT = 'https://localhost:44332'
241+
ENDPOINT = 'https://localhost:5000'
242242

243243

244244
SCOPE = ["https://contoso.onmicrosoft.com/api/demo.read", "https://contoso.onmicrosoft.com/api/demo.write"]

0 commit comments

Comments
 (0)