This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
from 538aea95ae [SYNCOPE-1842] Adding credentialCriteria support to all
relevant auth modules
new c00465084d [SYNCOPE-1843] Support Support Azure AD authentication and
attribute resolution
new 194fb1ca13 According external links to updated dependency versions in
the docs
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../lib/AbstractAzureActiveDirectoryConf.java | 119 +++++++++++++++++++++
.../syncope/common/lib/attr/AttrRepoConf.java | 2 +
....java => AzureActiveDirectoryAttrRepoConf.java} | 20 ++--
.../syncope/common/lib/auth/AuthModuleConf.java | 2 +
...ava => AzureActiveDirectoryAuthModuleConf.java} | 12 +--
src/main/asciidoc/getting-started/obtain.adoc | 2 +-
.../concepts/attributerepositories.adoc | 11 +-
.../concepts/authenticationmodules.adoc | 33 +++---
.../concepts/clientapplications.adoc | 6 +-
.../reference-guide/concepts/policies.adoc | 8 +-
.../configuration/highavailability.adoc | 4 +-
.../asciidoc/reference-guide/usage/actuator.adoc | 12 +--
.../reference-guide/usage/customization.adoc | 2 +-
.../mapping/AttrRepoPropertySourceMapper.java | 19 ++++
.../mapping/AuthModulePropertySourceMapper.java | 19 ++++
15 files changed, 215 insertions(+), 56 deletions(-)
create mode 100644
common/am/lib/src/main/java/org/apache/syncope/common/lib/AbstractAzureActiveDirectoryConf.java
copy
common/am/lib/src/main/java/org/apache/syncope/common/lib/attr/{StubAttrRepoConf.java
=> AzureActiveDirectoryAttrRepoConf.java} (64%)
copy
common/am/lib/src/main/java/org/apache/syncope/common/lib/auth/{StaticAuthModuleConf.java
=> AzureActiveDirectoryAuthModuleConf.java} (86%)