Skip to content

Commit c05df8b

Browse files
authored
POST IA: Fix oauth redirects (#2636)
1 parent 7e64473 commit c05df8b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

redirects/static/docs.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,6 +2384,26 @@
23842384
"destination": "/docs/guides/configure/auth-strategies/oauth/how-clerk-implements-oauth",
23852385
"permanent": true
23862386
},
2387+
{
2388+
"source": "/docs/oauth/overview",
2389+
"destination": "/docs/guides/configure/auth-strategies/oauth/overview",
2390+
"permanent": true
2391+
},
2392+
{
2393+
"source": "/docs/oauth/single-sign-on",
2394+
"destination": "/docs/guides/configure/auth-strategies/oauth/single-sign-on",
2395+
"permanent": true
2396+
},
2397+
{
2398+
"source": "/docs/oauth/scoped-access",
2399+
"destination": "/docs/guides/configure/auth-strategies/oauth/scoped-access",
2400+
"permanent": true
2401+
},
2402+
{
2403+
"source": "/docs/oauth/verify-tokens",
2404+
"destination": "/docs/guides/configure/auth-strategies/oauth/verify-oauth-tokens",
2405+
"permanent": true
2406+
},
23872407
{
23882408
"source": "/docs/security/customize-user-lockout",
23892409
"destination": "/docs/guides/secure/user-lockout#customize-max-sign-in-attempts-and-lockout-duration",

0 commit comments

Comments
 (0)