Skip to content

Commit

Permalink
docs: remove auth from keycloack url (#4391)
Browse files Browse the repository at this point in the history
in keycloak 17.0+ , There's a change in endpoints as per the official documentation (https://www.keycloak.org/docs-api/11.0/rest-api/index.html#_users_resource) .
so the new url well be https://my-keycloak-domain.com/realms/My_Realm
  • Loading branch information
dacitto committed Apr 14, 2022
1 parent abb9fed commit 82159d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/providers/keycloak.md
Expand Up @@ -37,5 +37,5 @@ providers: [
```

:::note
`issuer` should include the realm – e.g. `https://my-keycloak-domain.com/auth/realms/My_Realm`
`issuer` should include the realm – e.g. `https://my-keycloak-domain.com/realms/My_Realm`
:::

1 comment on commit 82159d3

@vercel
Copy link

@vercel vercel bot commented on 82159d3 Apr 14, 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.