diff --git a/modules/core/distribution/src/assembly/bin.xml b/modules/core/distribution/src/assembly/bin.xml index c504063c..0e2a2e26 100644 --- a/modules/core/distribution/src/assembly/bin.xml +++ b/modules/core/distribution/src/assembly/bin.xml @@ -822,15 +822,6 @@ true 644 - - - ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/application-authentication.xml - - ${pom.artifactId}-${pom.version}/repository/conf/identity - - true - 644 - src/repository/conf/application-authenticators.xml @@ -851,6 +842,12 @@ 644 + + src/repository/conf/identity/application-authentication.xml + ${pom.artifactId}-${pom.version}/repository/conf/identity + + 644 + src/repository/conf/identity/thrift-authentication.xml ${pom.artifactId}-${pom.version}/repository/conf/identity diff --git a/modules/core/distribution/src/repository/conf/identity/application-authentication.xml b/modules/core/distribution/src/repository/conf/identity/application-authentication.xml new file mode 100644 index 00000000..2139b873 --- /dev/null +++ b/modules/core/distribution/src/repository/conf/identity/application-authentication.xml @@ -0,0 +1,162 @@ + + + + + + + smart + + + https://${carbon.host}:${carbon.management.port}/devicemgt/login + https://${carbon.host}:${carbon.management.port}/devicemgt/login?retry=true + + + + org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator + org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler + org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultLogoutRequestHandler + org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler + org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultRequestPathBasedSequenceHandler + org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler + org.wso2.carbon.identity.application.authentication.framework.handler.hrd.impl.DefaultHomeRealmDiscoverer + org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl.DefaultClaimHandler + org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl.DefaultProvisioningHandler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /authenticationendpoint/login.do + /repository/resources/security/client-truststore.jks + wso2carbon + + + + https://accounts.google.com/o/oauth2/token + https://accounts.google.com/o/oauth2/auth + https://www.googleapis.com/oauth2/v3/userinfo + + + https://login.live.com/oauth20_token.srf + https://login.live.com/oauth20_authorize.srf + https://apis.live.net/v5.0/me?access_token= + + + https://graph.facebook.com/oauth/access_token + http://www.facebook.com/dialog/oauth + https://graph.facebook.com/me + + + /authenticationendpoint/fido-auth.jsp + + + https://api.login.yahoo.com/oauth2/get_token + https://api.login.yahoo.com/oauth2/request_auth + https://social.yahooapis.com/v1/user/ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file