I'm trying to figure out how to get two wso2 identity servers to trust each other.
The wso2 documentation shows a great article about WHAT I want to set up here:
http://docs.wso2.org/display/IS450/Decentralized+Federated+SAML2+IdPs
but includes exactly 0 information about HOW to make it work!
Any help would be greatly apreciated.
Yes... It has not been added to doc... i am not sure about it.. However, there is a blog post about this. You can try out it.. I guess it may work.
Related
I have been trying to find information on how to use a generic oauth2 provider in Ionic2 but could not find anything useful. In most of the cases I can only see info for Facebook or Google but no info on how to use your own provider. Have anyone done this before? Or does anyone know any useful links? Thank you so much in advance.
After poking around some you've got a few choices. http://ionic.io/cloud#authentication looks promising though I've never played with it. Here's one which should give you a bit more control, https://github.com/nraboy/ng2-cordova-oauth
Further... there's nothing saying you need to use something specific to ionic2. Why not use any of the plethora of oauth libraries out there and wrap it in your own service to use with ionic's page nav?
I am working with Enterprise Store V1.0.0. For now, i use a users store linked to my LDAP for authentication, which is working fine.
However, all my web applications used a tool for auto login, i mean that a user is automatically logged in the app thanks to this tool. I would like to modify ES to integrate this tool.
After sometimes spent in the code, i think that the entry point should be in the Identity Server. I tried to get the code, modify it and use it with ES, without success. My problem is that i don't know where i can get the good version of the code. I found that the .jar file is generated with the pom.xml in product-es\modules\p2-profile-gen\, but i don't know where is the code i need.
If someone could help, it would be very much appreciated.
Thanks in advance.
Regards,
The WSO2IS sample app instructions are less than accurate and there are some key details to the instructions are missing. Does anyone have a complete set of instructions that will actually produce a working example?
Also, it seems like localhost is coded everywhere, some guidance on how to add and update the service provider and identity provider that are on different hosts is important.
also, is the patch or service pack needed for this to run correctly? That info is not in the documentation or blogs I've been reading from WSO2
I've written a post on configuring the sample for a tenant scenario1. You should be able to configure using this. Change the hostname of SAML.IdPUrl in WEB-INF/classes/travelocity.property to that of IS. Change Assertion Consumer URL at SP registration and on WEB-INF/classes/travelocity.property to that of SP(travelocit app).
1 - how-to-configure-identity-server-sso
I have added a SharePoint service to my C# Windows Form project. I am able to retrieve available Lists from server. But when I trying to get the data from a List, I am can't find the method GetListItems(). I only saw GetListItemsRequest and GetListItemsRequestBody. All Google results related to GetListItems() but almost none on GetListItemsRequest().
Anything I have missed out? Anyone can help on this? Thanks a lot.
Sorry, my bad. I tried to add service again. And do a search in my solution, I found the GetListItems() function under ListSoapClient. Somehow I can replicate what I did previously that it's not available under ListSoapClient, thus I can identify what I did wrong. Thank you all for your response. Appreciate it.
It is available under the Lists service.
Http://server/site/_vti_bin/lists.asmx?op=GetListItems
I'm building a website using django and planning to connect it with facebook. I googled and found so many codes to do the job but don't know which one is good for me. I need facebook connect and new graph api support. Could anyone share me some experiences with codes below and advise me which one is good for me? (with some tips if possbible)
github.com/benbinary/django-facebookconnect
github.com/dickeytk/django_facebook_oauth
github.com/digvan/django_facebook_oauth
github.com/facebook/python-sdk
github.com/flashingpumpkin/django-socialregistration
github.com/ryanmark/django-facebookconnect
github.com/tschellenbach/Django-facebook
I would really appreciate it.
http://github.com/facebook/python-sdk is official Facebook Graph SDK from Facebook. So it's good for fetching/puting data from Facebook. It's doing it well, so you don't have to search for alternative.
Authentication is bit more problem. I was searching for library witch will match my needs, but not found it. So I wrote bit off code myself.
see also:
http://developers.facebook.com/docs/authentication/
http://developers.facebook.com/docs/api
http://developers.facebook.com/docs/reference/javascript/