Create a CAS Provider #7909
Replies: 3 comments 2 replies
-
As I understand, CAS is a different spec than OAuth, what we currently support. This makes it non-trivial to add support quickly, so I'm moving this to a discussion for now. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am also looking for this integration, I thought Nextjs-auth.js already had it. As I understand the nextjs app will be the client to authenticate against a remote CAS server. As a probe of concept I created a simple nodejs app and use a package called http-cas-client and I was able to setup the integration easily. Why this is so complicated on Nextjs? |
Beta Was this translation helpful? Give feedback.
-
Hello, Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description 📓
I am trying to authenticate using an external CAS server. It would be nice if there was a CAS Provider to help with this.
e.x. node-cas-client
How to reproduce ☕️
Create a CAS server and a minimal Next JS app with next-auth and create a provider to authenticate to the CAS sever
Contributing 🙌🏽
Yes, I am willing to help implement this feature in a PR
Beta Was this translation helpful? Give feedback.
All reactions