-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Authorisation and Authentication - PAC4J Support #20
Comments
If not PAC4J there should be a native implementation of Authorisation and Authentication schemes like: OAuth, OpenID, etc. |
Hello, @sirinath. Datakernel framework does not include any native implementation of authorization protocols. The reason is that there is a great number of such protocols and we decided to make the framework protocol-agnostic. If you need support for PAC4J or any other authorization/authentication protocol you can implement it using Datakernel: HTTP module. |
There is EsotericSoftware/oauth also through limited to OAuth. In case you are rolling out your own, it might give ideas on API along with PAC4J. |
Is it possible to have PAC4J support?
The text was updated successfully, but these errors were encountered: