Posts

Showing posts with the label wso2

WSO2 BPS timer event bpmn

WSO2 BPS timer event bpmn DO you know if it's possible to setup some timer event/task to wait for some time for receiving some action? For example, I need to set up some mechanism where I invoke timer task which waits for example for 10 seconds then I will restart checking process. Thanks, 1 Answer 1 You can try <pick> It implements the deferred choice workflow pattern, i.e. it can wait for several messages and several timers concurrently. The event that occurs first wins and the contained activity will be executed. <pick> Do you know if it will work on wso2 server? – asdasdsdf Jul 2 at 16:11 Yes it will work on the server, however you can execute the same and check – amg_amit ...

WSO2 Identity Server : Internal SSO with tenants (file-based configs)

Image
WSO2 Identity Server : Internal SSO with tenants (file-based configs) I am using Puppet to deploy the Identity Server (5.3.0) , and want to use it as the Identity Bus for the Integration layer (IS,AM,EI) Our testing environment will use a dev ( int.dev ) and a qa ( int.qa ) tenant respectively to separate those endpoints for other systems. testing int.dev int.qa The goal here is to use the IS as the SSO provider for all the WSO2 servers, including the tenanted test environment. For the carbon.super tenant , SSO works perfectly. However , when setting up a tenant, SSO will not work. carbon.super I am testing this on the Identity server , where it will be the identity service provider as well as the relying party. identity/sso-idp-config.xml identity/sso-idp-config.xml <ServiceProvider> <Issuer>wso2is</Issuer> <AssertionConsumerServiceURLs> <AssertionConsumerServiceURL>https://wso2-mgr.ozzycorp.co.za/9453/acs</AssertionConsumerServ...