Skip to content

Commit 5692d83

Browse files
authored
Fix end_session_redirect_uri param name in documentation (openid#745)
1 parent 391259c commit 5692d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The configuration file MUST contain a JSON object. The following properties can
1616
The value specified here should match the value specified for `appAuthRedirectScheme` in the
1717
`build.gradle` (Module: app), so that the demo app can capture the response.
1818

19-
- `end_sesion_uri` (required): The redirect URI to use for receiving the end session response.
19+
- `end_session_redirect_uri` (required): The redirect URI to use for receiving the end session response.
2020
This should be a custom scheme URI (com.example.app:/oauth2redirect/example-provider).
2121
Consult the documentation for your authorization server.
2222

0 commit comments

Comments
 (0)