Skip to content

Commit

Permalink
docs: Remove trailing '/' from Authentik issuer example (#4646)
Browse files Browse the repository at this point in the history
The Authentik provider already adds a `/` after the `issuer`, so this creates a double slash that causes a NextAuth `SIGNIN_OAUTH_ERROR` ("expected 200 OK, got: 301 Moved Permanently").
  • Loading branch information
shu8 committed May 31, 2022
1 parent 16622f6 commit 5b8a619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/providers/authentik.md
Expand Up @@ -31,5 +31,5 @@ providers: [
```

:::note
`issuer` should include the slug – e.g. `https://my-authentik-domain.com/application/o/My_Slug/`
`issuer` should include the slug without a trailing slash – e.g., `https://my-authentik-domain.com/application/o/My_Slug`
:::

1 comment on commit 5b8a619

@vercel
Copy link

@vercel vercel bot commented on 5b8a619 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.