Skip to content

Commit 9a8a988

Browse files
Update src/content/docs/bff/fundamentals/session/oidc-prompts.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent 24adbe7 commit 9a8a988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/bff/fundamentals/session/oidc-prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The [OpenID Connect specification](https://openid.net/specs/openid-connect-core-
2828
These values can be passed to the BFF by adding them to the `prompt` query parameter to the login request URL. For example, the following request would prompt the user to reauthenticate:
2929

3030
```http
31-
/bff/login?prompt=<prompt value>
31+
/bff/login?prompt=login
3232
```
3333

3434
The inclusion of the `prompt` parameter in the login request URL will cause the BFF to forward it to the backing identity provider at which point the identity provider will determine the appropriate user experience based on the value of the `prompt` parameter. For example, if the `prompt` parameter is set to `login`, the identity provider will prompt the user to reauthenticate.

0 commit comments

Comments
 (0)