You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by GitBox <gi...@apache.org> on 2022/06/01 10:52:22 UTC

[GitHub] [syncope] mmoayyed opened a new pull request, #349: SYNCOPE-1681: Support LDAP backends for Google Authenticator MFA

mmoayyed opened a new pull request, #349:
URL: https://github.com/apache/syncope/pull/349

   See https://issues.apache.org/jira/browse/SYNCOPE-1681
   
   This pull request re-enables the `refresh` endpoint, and allows google authenticator to be managed via an LDAP backend that is controlled by WA. When LDAP settings are defined, WA backs away in favor of the new LDAP backend. 
   
   Note that once LDAP is configured, removing the settings from WA (to disable LDAP and re-enable Syncope) will not work. To disable LDAP, one must restart WA. This is a current limitation of Spring Cloud; removed/blanked settings are not accounted for in refresh events. 
   
   This is based on CAS 6.5.5-SNAPSHOT, which fixes a bug with configuration binding and refresh events; to be released this Friday. 
   
   Also removed a few unused imports here and there.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@syncope.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [syncope] mmoayyed merged pull request #349: SYNCOPE-1681: Support LDAP backends for Google Authenticator MFA

Posted by GitBox <gi...@apache.org>.
mmoayyed merged PR #349:
URL: https://github.com/apache/syncope/pull/349


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@syncope.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [syncope] mmoayyed commented on pull request #349: SYNCOPE-1681: Support LDAP backends for Google Authenticator MFA

Posted by GitBox <gi...@apache.org>.
mmoayyed commented on PR #349:
URL: https://github.com/apache/syncope/pull/349#issuecomment-1146013593

   Sounds good, sure. We can tackle that later.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@syncope.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [syncope] ilgrosso commented on pull request #349: SYNCOPE-1681: Support LDAP backends for Google Authenticator MFA

Posted by GitBox <gi...@apache.org>.
ilgrosso commented on PR #349:
URL: https://github.com/apache/syncope/pull/349#issuecomment-1145864020

   @mmoayyed LGTM
   
   The current layout should work in Console with no changes.
   Possibly, in the future, we can move the LDAP settings into an embedded subclass and support this layout in Console with some minimal work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@syncope.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org