diff --git a/readme.md b/readme.md index 5bd668f..a05e9d2 100644 --- a/readme.md +++ b/readme.md @@ -77,7 +77,7 @@ You are required to create an environment file (in JSON format) with the followi | CLIENT_ID | Client id provided during onboarding (e.g. _STG2-MYINFO-SELF-TEST_)| | REDIRECT_URL | The callback URL specified when invoking the authorize call. For our sample application, it is http://localhost:3001/callback | | SCOPE | Space separated list of attributes to be retrieved from Myinfo. | -| AUTHORIZE_JWKS_URL | The callback URL specified when invoking the authorize call. For our sample application, it is http://localhost:3001/callback | +| Callback_URL | The callback URL specified when invoking the authorize call. For our sample application, it is http://localhost:3001/callback | | SCOPE | Comma separated list of attributes requested. Possible attributes are listed in the Person object definition in the API specifications. (e.g. _name,mobileno_) | | AUTHORIZE_JWKS_URL | The URL to retrieve the JWKS public key from Authorize. The URL is available in two environments: