oasp / oasp4j

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

Starters for security #633

Open hohwille opened 6 years ago

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 needed for standard usage is to add the starter dependency and configure some properties in application.properties as e.g. for kerberos:

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

Extracted from #612

hohwille commented 6 years ago

Is there any volunteer to push this forward? Otherwise we have to postpone this issue.