oauth 2.0 - How to connect xWiki and Azure AD for user authentication -


i'd connect xwiki installation azure ad user authentication. have idea how achieve this? thanks

you might want @ dedicated extension pages describing how use ldap in xwiki: http://extensions.xwiki.org/xwiki/bin/view/extension/ldap/ (both authenticator , application customize it)

additionally, might interested in paying app supposed specialized in active directory , should use without work: https://store.xwiki.com/xwiki/bin/view/extension/activedirectoryapplication

now, since azure ad not allow ldap connection (according comment), might want using openid connect. seems supported azure ad (https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-protocols-openid-connect-code) , xwiki has published extension able authenticate openid connect (http://extensions.xwiki.org/xwiki/bin/view/extension/openid+connect/). there`s introductory blog article on feature: https://www.xwiki.org/xwiki/bin/view/blog/your%20new%20identity%20provider%20xwiki


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -