SAML 2.0 optimization,support 阿里云、腾讯云 SSO maxkey-mgt main report APPS ExtraAttr fix ui bugs remove maxkey-jose-jwt dep com.nimbusds nimbus-jose-jwt dep net.jcip jcip-annotations dep net.minidev json-smart dep net.minidev asm
31 lines
771 B
Groovy
31 lines
771 B
Groovy
/*
|
|
* in the user guide at https://docs.gradle.org
|
|
*/
|
|
rootProject.name = 'MaxKey'
|
|
|
|
//Common
|
|
include 'maxkey-client-sdk'
|
|
include 'maxkey-core'
|
|
include 'maxkey-dao'
|
|
//include 'maxkey-jose-jwt'
|
|
|
|
include 'maxkey-authentications'
|
|
|
|
//Protocol
|
|
//include 'maxkey-protocols'
|
|
include 'maxkey-protocols:maxkey-protocol-oauth-2.0'
|
|
include 'maxkey-protocols:maxkey-protocol-saml-2.0'
|
|
include 'maxkey-protocols:maxkey-protocol-authorize'
|
|
include 'maxkey-protocols:maxkey-protocol-desktop'
|
|
include 'maxkey-protocols:maxkey-protocol-extendapi'
|
|
include 'maxkey-protocols:maxkey-protocol-formbased'
|
|
include 'maxkey-protocols:maxkey-protocol-tokenbased'
|
|
include 'maxkey-protocols:maxkey-protocol-cas'
|
|
|
|
//include 'maxkey-webs'
|
|
include 'maxkey-web-maxkey'
|
|
//IM
|
|
include 'maxkey-web-manage'
|
|
|
|
|