Skip to content
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

Open
sirinath opened this issue Apr 11, 2020 · 3 comments
Open

Better Authorisation and Authentication - PAC4J Support #20

sirinath opened this issue Apr 11, 2020 · 3 comments

Comments

@sirinath
Copy link

Is it possible to have PAC4J support?

@sirinath sirinath changed the title PAC4J Support Better Authorisation and Authentication - PAC4J Support Apr 12, 2020
@sirinath
Copy link
Author

If not PAC4J there should be a native implementation of Authorisation and Authentication schemes like: OAuth, OpenID, etc.

@eduard-vasinskyi
Copy link
Contributor

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.
It is also possible that support for the most popular protocols, like OAuth or OpenID, will be added in future releases of the framework, so stay tuned!

@sirinath
Copy link
Author

sirinath commented May 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants