aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice/src/main/java/at/asitplus/eidas/specific/modules/msproxyservice/handler
AgeCommit message (Collapse)AuthorFilesLines
2022-10-11feat(ejustice): add validation to disallow eJusticeRole for legal and ↵Thomas2-0/+47
natural person in one single request
2022-10-11feat(ejustic): add work-around to support BORIS eJustice attribute for ↵Thomas3-1/+51
natural person on IDA system eJustice attributes are implemented by using mandates on IDA side. However, European Commission only supports authentication without mandates. This work-around integrates both requirements into MS-Proxy-Service
2022-08-17feat(eidas): extend EJusticePersonRoleHandler to include additional ↵Thomas1-5/+17
requested attributes
2022-08-16style(eidas): fix typo in configuration propertiesThomas1-3/+3
2022-08-16feat(eidas): generate advanced attributes in response-processing tooThomas2-10/+84
2022-08-16feat(eidas): add advanced SP config post-processing based on requested ↵Thomas2-0/+62
attributes
2022-08-16chore(core): check if custom attribute-handler implementations are available ↵Thomas2-0/+26
on start-up