[
https://issues.apache.org/jira/browse/SYNCOPE-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105277#comment-17105277
]
ASF subversion and git services commented on SYNCOPE-1558:
----------------------------------------------------------
Commit 272fcb759421bec3ea467b9fad92ea9df69cbccc in syncope's branch
refs/heads/master from Misagh Moayyed
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=272fcb7 ]
SYNCOPE-1558: restful SAML SP metadata/keystore for WA authN delegation (#181)
> Configure WA delegated authn module to SAML IdPs via REST
> ---------------------------------------------------------
>
> Key: SYNCOPE-1558
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1558
> Project: Syncope
> Issue Type: Sub-task
> Components: wa
> Affects Versions: 3.0.0
> Reporter: Misagh Moayyed
> Assignee: Misagh Moayyed
> Priority: Major
> Fix For: 3.0.0
>
>
> When WA is configured to hand off authentication to an external SAML2
> identity provider via pac4j, pac4j expects a java keystore to be
> created/present on disk that will be used by WA as a SAML SP to interact with
> the IDP and to generate metadata, sign responses, etc. This keystore is
> expected to be found on disk, and pac4j does not allow other options for
> producing/fetching the keystore via REST.
> Also, a number of other artifacts such as generation of SP metadata, etc
> should be configurable over rest.
>
> Task is:
> * Allow pac4j to open up its api/configuration to allow for keystore
> fetching over rest
> * Modify WA to use this configuration and produce keystore data over rest.
>
> Note that a similar and separate task may be created to handle the same
> matter with delegated authn to OIDC OPs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)