oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Integration of OASP4J Starters #612

Closed AbhayChandel closed 6 years ago

AbhayChandel commented 6 years ago

This pull request is currently open for review. However the changes in the scope of this pull request are yet to go through a thorough testing phase next week. In case anybody reviews it kindly do not merge until the testing is completed successfully .

hohwille commented 6 years ago

For security we have planned a new backlog item to introduce actual starters for different authentication setups. So we should have something like oasp4j-starter-security-kerberos or oasp4j-starter-security-ldap. Each of this starters would also come with a section in the documentation how to use it. Where ever possible all one would need for standard usage is to add the starter dependency and configure some properties in his application.properties as e.g. for kerberos:

security.auth.kerberos.keytabLocation=...
security.auth.kerberos.servicePrincipalName=...

I can add a separate issue for that...

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.