Skip to content

Commit 5af0685

Browse files
authored
POST IA - Fix SAML redirects (#2642)
1 parent 61c8db7 commit 5af0685

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

redirects/dynamic/docs.jsonc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
[
2-
{
3-
"source": "/docs/authentication/saml/:path*",
4-
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/:path*",
5-
"permanent": true,
6-
},
72
{
83
"source": "/docs/authentication/enterprise-connections/:path*",
94
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/:path*",

redirects/static/docs.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4138,5 +4138,35 @@
41384138
"source": "/docs/authentication/web3/okx-wallet",
41394139
"destination": "/docs/guides/configure/auth-strategies/web3/okx-wallet",
41404140
"permanent": true
4141+
},
4142+
{
4143+
"source": "/docs/authentication/saml/account-linking",
4144+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/account-linking",
4145+
"permanent": true
4146+
},
4147+
{
4148+
"source": "/docs/authentication/saml/authentication-flows",
4149+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/authentication-flows",
4150+
"permanent": true
4151+
},
4152+
{
4153+
"source": "/docs/authentication/saml/overview",
4154+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/overview",
4155+
"permanent": true
4156+
},
4157+
{
4158+
"source": "/docs/authentication/saml/azure",
4159+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/saml/azure",
4160+
"permanent": true
4161+
},
4162+
{
4163+
"source": "/docs/authentication/saml/okta",
4164+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/saml/okta",
4165+
"permanent": true
4166+
},
4167+
{
4168+
"source": "/docs/authentication/saml/google",
4169+
"destination": "/docs/guides/configure/auth-strategies/enterprise-connections/saml/google",
4170+
"permanent": true
41414171
}
41424172
]

0 commit comments

Comments
 (0)