#477 Annotation for authentication methods
Closed: Fixed None Opened 11 years ago by edewata.

There should be a way for users to configure the authentication mechanism for each REST method. This can be done using annotations which will map the REST methods to entries in a configuration file:

@AuthenticationMapping("agent.cert.revoke")
public CertRequestInfo revokeCert(...);

The configuration file will contain a list of allowed authentication methods for each REST method:

agent.cert.revoke=client-cert,password

The configuration file will be implemented in ticket #510.

master: f49c98ca0cbfc0def8f055c2d97c031ff0f4a439

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.0.2

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1048

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata