wso2is

Setting deployment synchronizer for WSO2 Identity Server 5.1.0 worker node

老子叫甜甜 提交于 2019-12-20 06:48:35
问题 I am trying to setup WSO2 Identity Server 5.1.0 cluster using the Manager/Worker deployment pattern following this guide. I managed to set up successfully the deployment synchronizer for the manager node. However when I start the worker node using the option "-DworkerNode=true", I get the following error: [2016-02-02 19:07:07,577] ERROR {org.wso2.carbon.deployment.synchronizer.internal.DeploymentSynchronizerComponent} - Error while initializing a deployment synchronizer for the super tenant

Cross-Domain Ajax Requests WSO2 IS

泪湿孤枕 提交于 2019-12-20 04:03:09
问题 curl -v -X POST -H "Authorization: Basic <base64 encoded client id:client secret value>" -k -d "grant_type=password&username=<username>&password=<password>" -H "Content-Type:application/x-www-form-urlencoded" https://localhost:9443/oauth2/token (from https://docs.wso2.com/display/IS520/Resource+Owner+Password+Credentials+Grant ) This 'curl' command works perfectly. But when try to call it through ajax: $.ajax({ type: 'POST', data: 'grant_type=password&username=admin&password=admin', headers:

Why is AccessTokenRequest's PreservedState perpetually null with a resultant CSRF related InvalidRequestException?

白昼怎懂夜的黑 提交于 2019-12-18 17:12:59
问题 As context, I've been trying to get a fairly simple @SprintBootApplication with an additional @EnableOAuth2Sso annotation integrated with WSO2 Identity Server for quite some time now. In my mind getting this working should be a matter of configuration (as advertised on Spring Cloud Security) - but I've had no luck thus far. In an effort to understand what is going on I've used my debugger to step through spring-security-oauth2 code to figure out what is going on. In doing so I've noticed that

OAuth 2.0 using Spring Security + WSO2 Identity Server

自作多情 提交于 2019-12-18 11:13:17
问题 I'm developing a web application to expose a number of RESTful services secured by OAuth 2.0. Here is the planned architecture: 1- OAuth Authorization Provider: WSO2 Identity Server (IS) 2- OAuth Resource Server: Java web application using the following technologies: Jersey (to implement and expose the web services) Spring Security (to implement the OAuth Resource Server part) I've seen several examples (ex1, ex2, ex3, etc...) on how to secure RESTful services using WSO2 IS as an

How to build WSO2 Identity Server

坚强是说给别人听的谎言 提交于 2019-12-14 04:23:09
问题 how to access to svn and build Identy server from sources? The page http://docs.wso2.org/display/identity/Building+WSO2+Identity+Server+from+source is valid also for 3.2.3? 回答1: Installing Identity Server on Linux from Source Distribution [1] Guide. When you extract the wso2is-3.2.3-src distribution execute mvn clean install from the root level OR if you need to build only 3.2.3 version go inside the /wso2is-3.2.0-src/patch-releases/ folder. There you will find separate directories for 3.2.1,

WSO2 API Manager end user registration from Mobile(Android and iOS) Application using google or facebook sign-in

旧时模样 提交于 2019-12-14 04:09:10
问题 We are using WSO2 API Manager 1.10 and WSO2 Identity server 5.1.0 for managing back end REST APIs which will be consumed by Android and iOS application.For a end user(Mobile App user) to access the APIs exposed,process followed is:- 1.User registers to WSO2 IS server using WSO2 SCIM create user API. 2.User request for access token which will be used for accessing the APIs. We are planning to add Google and facebook sign in feature in our Mobile app which will help end user avoid user creation

WSO2IS-5.3.0 Questions about migration script

牧云@^-^@ 提交于 2019-12-14 03:21:24
问题 I followed the migration guide from wso2is-5.2.0 to wso2is-5.3.0, and I have a lot of question about it, not sure it is the right way but I ask. It said : "6. Replace the /repository/components/dropins folder with a copy of the /repository/components/dropins folder. " That's weird, I have old version of dropins from 5.2.0 like org.wso2.carbon.identity.application.authenticator.facebook-5.1.2.jar to put to the new release where there is already a newer version like org.wso2.carbon.identity

What permissions are needed for WSO2 SCIM apis

大憨熊 提交于 2019-12-13 18:44:48
问题 What are the permissions required by a role in the Identity server to be able to access the SCIM apis? Can you point me to any docs? 回答1: Here is the list of permissions. Ref: https://docs.wso2.com/display/IS560/SCIM+2.0+REST+APIs 来源: https://stackoverflow.com/questions/51462598/what-permissions-are-needed-for-wso2-scim-apis

WSO2 Identity Server OpenId Connect Owin

淺唱寂寞╮ 提交于 2019-12-13 14:13:05
问题 Im trying to set up WSO2 Identity Server to use OpenId connect. I have currently applied the following settings shown Here: Setup WSO2. What it boiles down to is that i use the Resident Identity Provider and i have setup a Service Provider for my app "CoolApp". I configured "OAuth/OpenID Connect Configuration" and set a callback URL. Is there a simple example how to use this in javascript? I have played around with identityserver3 and they have a client oidc-client.js which works nicely in

Hi All, Getting the below error. Does anyone have ever faced a similar issue.?

倾然丶 夕夏残阳落幕 提交于 2019-12-13 09:48:37
问题 Getting the below error. Does anyone have ever faced a similar issue.? TID: [-1] [] [2018-10-11 08:10:31,330] ERROR {org.wso2.carbon.event.output.adapter.jms.internal.util.JMSConnectionFactory} - Error acquiring a Connection from the JMS CF : jmsEventPublisher using properties : {transport.jms.ConcurrentPublishers=allow, java.naming.provider.url=repository/conf/jndi.properties, java.naming.factory.initial=org.wso2.andes.jndi.PropertiesFileInitialContextFactory, transport.jms.DestinationType