Skip to content

Commit 24adbe7

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

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
@@ -34,7 +34,7 @@ These values can be passed to the BFF by adding them to the `prompt` query param
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.
3535

3636
:::note
37-
Be aware that the exact behavior of the `prompt` parameter is not defined by the OpenID Connect specification and may vary between identity providers. Consult the documentation for your identity provider for more information.
37+
Be aware that the exact behavior of the `prompt` parameter is not defined by the OpenID Connect specification and may vary between identity providers. Consult the documentation for your identity provider for more information.
3838
:::
3939

4040
## Scenarios and Situations

0 commit comments

Comments
 (0)