WSO2 identity server implementation for single sing on for multiple web services deployed on different tomcat server -


I am trying to implement the wso2 single sign login I have more than 5 web services, two different tomat servers Posted on

I have also tried the tutorial below for you

And what I can do is successfully redirect when my web service hits But this redirects me to the WSO2 login page (as I am the configured wso2 SAML service provider). And after the correct username password it is showing that you are logged in as an administrator.

Instead of redirecting to the identity server for a way to enter, I can only pass the username and password in my request (from the web service) and the wso2 identifier manager checks it. And let me give feedback back to feedback whether I should be able to identify the user and if he tries to use any other web service he can do so. Should the (sso impl).

I do not need to implement the whole code

work with STS How to configure WSO2 detection server, this is the official document, you will be able to apply your scenario with it.

Comments

Popular posts from this blog

c# - Textbox not clickable but editable -

Matlab transpose a table vector -

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -