Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WSO2 Identity Server and SSO for custom application

We're currently evaluating the WSO2 Identity Server and I got a few questions about it:

  1. Could the Identity Server be used as an SSO provider for custom applications deployed (just like CAS)? Is there a client API to access the server programatically to verify a ticket?
  2. Is there a way to customize the login page of the Identity Server or substitute it with my own (and how)?
  3. Is the Identity Server able to login users with digital certificates?
like image 980
Adrian Mitev Avatar asked Jul 17 '12 13:07

Adrian Mitev


People also ask

How does SSO work in WSO2?

Single sign-on (SSO) is one of the key features of the WSO2 Identity Server that enables users to provide their credentials once and obtain access to multiple applications. The users are not prompted for their credentials when accessing each application until their session is terminated.

What is the use of WSO2 Identity server?

WSO2 Identity Server allows enterprises to achieve single sign-on/sign-out (SSO), identity federation, strong authentication, identity administration, account management, identity provisioning, fine-grained access control, API security, monitoring, reporting, and auditing.

Is WSO2 Identity server free?

WSO2 supported distributions are licensed under the WSO2 Software License. This license allows you to use the product free for non-commercial use.


1 Answers

  1. There is a good explanation here for your first question.
  2. I believe you can download the source of Identity Server, modify the login page and then build. WSO2 Identity Server documentation
like image 176
Stepan Bahdikyan Avatar answered Sep 30 '22 13:09

Stepan Bahdikyan