Skip to content

Commit 0f0b4f0

Browse files
Update internal links for OIDC prompts and silent login deprecation sections.
1 parent 975603a commit 0f0b4f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/bff/fundamentals/session/management/silent-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ redirect_from:
1414
---
1515

1616
:::note
17-
Deprecated. See [OIDC Prompt support](../oidc-prompts.md) instead.
17+
Deprecated. See [OIDC Prompt support](/bff/fundamentals/session/oidc-prompts.md) instead.
1818
:::
1919

2020
**Added in v1.2.0.**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The `prompt` parameter can be used in situations where additional security is re
4747

4848
## Silent Login Deprecation (v3 to v4)
4949

50-
When migrating from Duende BFF v3 to v4, you may notice deprecation warnings regarding the [silent login](./management/silent-login.md) feature found at the user endpoint of `/silent-login`. You should discontinue use of the silent login feature and instead use the `prompt` parameter to achieve the same result.
50+
When migrating from Duende BFF v3 to v4, you may notice deprecation warnings regarding the [silent login](/bff/fundamentals/session/management/silent-login.md) feature found at the user endpoint of `/silent-login`. You should discontinue use of the silent login feature and instead use the `prompt` parameter to achieve the same result.
5151

5252

5353

0 commit comments

Comments
 (0)