oasp / oasp4j

The Open Application Standard Platform for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starters for security

hohwille opened this issue · comments

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

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