Skip to content

Commit df3ff6a

Browse files
docs: mention oidc-provider in third-party guide
1 parent 0e0c7b6 commit df3ff6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/pages/guides/integrating-third-party-backends.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These tokens can be used to authorize requests to backends that are supporting t
66
For example:
77

88
- GitHub's `access_token` will give you access to GitHub's APIs.
9-
- Self-managed providers (like Keycloak) can be used to authorize against custom third-party backends.
9+
- Self-managed providers (like [Keycloak](https://www.keycloak.org), [`oidc-provider`](https://github.com/panva/node-oidc-provider), etc.) can be used to authorize against custom third-party backends.
1010

1111
## Storing the token in the session
1212

@@ -75,3 +75,5 @@ app.get("*", jwtCheck, (req, res) => {
7575
7676
- Further examples for different backend frameworks can be found [here](https://github.com/nextauthjs/authjs-third-party-backend/tree/main).
7777
- A full example of how to integrate a client app with a third-party API can be found in the [next-auth-example](https://github.com/nextauthjs/next-auth-example).
78+
- [Keycloak](https://www.keycloak.org) - Open Source Identity and Access Management For Modern Applications and Services
79+
- [`oidc-provider`](https://github.com/panva/node-oidc-provider) - OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js

0 commit comments

Comments
 (0)