Skip to content

Commit

Permalink
Fix Sandbox whitelist guide path
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotid committed Nov 5, 2024
1 parent e3ed9c4 commit 09c6c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion callflows/authorization/authorization_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ paths:
description: |
Authorizes an application to access a resource from the user device
**NOTE**: In case you are using our Sandbox as a host, please take into account that the `login_hint` parameter, although optional according to the OpenID Connect specification, is mandatory in order to inform about the end-user identifier so the Sandbox checks its whitelist for privacy reasons. Check the [Whitelist](/docs/sandbox/whitelist) guide for more information.
**NOTE**: In case you are using our Sandbox as a host, please take into account that the `login_hint` parameter, although optional according to the OpenID Connect specification, is mandatory in order to inform about the end-user identifier so the Sandbox checks its whitelist for privacy reasons. Check the [Whitelist](/docs/whitelist) guide for more information.
operationId: authorize
parameters:
- name: response_type
Expand Down
3 changes: 1 addition & 2 deletions gettingstarted/sandbox/whitelist.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
title: Sandbox line whitelist
excerpt: Get familiar with our Sandbox's whitelist and how it's meant to guard our operators' customers' privacy.
path: docs/sandbox/whitelist
category: 66d5624a492663000f4ed527
---

## On privacy

Having actual operator's mobile lines in you whitelist is mandatory for testing the APIs in the production mode. This way, you as a tester can make real calls to the operators' APIs and get real responses without compromising anyone else's privacy by accessing just your own line's data.

Check the [Privacy](../../about/privacy.md) section for more information on why Open Gateway is Privacy by Design.
Check the [Privacy](/docs/privacy.md) section for more information on why Open Gateway is Privacy by Design.

## Adding your mobile lines to the whitelist

Expand Down

0 comments on commit 09c6c87

Please sign in to comment.