WSO2 Identity Server, part of WSO2’s CIAM suite, is the market’s leading open-source CIAM solution. It provides modern identity and access management capabilities that can be easily built into your organization’s customer experience (CX) applications, or even deployed to fulfill workforce IAM requirements. WSO2 Identity Server Site
Questions tagged [wso2-identity-server]
2959 questions
4
votes
1 answer
SSO without Identity Provider Login Page
I am using WSO2 Identity Server for SSO with saml in my demo applications.
My requirement is User should provide Login credentials to Service Provider Login Page, not to Identity Provider page.
I followed following blog of Asela for the same…

Tilakraj Jayswal
- 471
- 4
- 10
4
votes
6 answers
WSO2 SSO always redirects to localhost:9443/samlsso
I'm using WSO2 identity server (on port 9443) and enterprise service bus (ESB, on port 9444). I configured ESB to use IS SSO. But everytime I try to login into ESB it redirects me to IS and there it redirects me to URL localhost:9443/samlsso.
I…

Catscratch
- 699
- 1
- 8
- 16
4
votes
1 answer
SAML and Java Standalone application without browser?
I am testing SSO with SP (Spring-SAML) and IDP (WSO2IS). They are working fine on browser.
Now I want to bring it to a Java standalone application. Providing user credentials and SP URL, then a user can log in the application and access SP.
To…

Rocherlee
- 2,536
- 1
- 20
- 27
4
votes
1 answer
WSO2 IS : Add new claim(field) of type checkbox to user profile
I'm using the latest version of WSO2 Identity Server 4.6.0. I'm adding some custom claim to the user profile. Is there a way to add a field of type checkbox ? where the user could able to check/uncheck.
I have tried setting checkedAttribute = true…

Ravi T K
- 51
- 2
4
votes
1 answer
how to return user attributes in SAML response in WSO2 IS
I need to add the emailaddress which is stored in LDAP as part of the SAML Response. I read a few articles like http://sureshatt.blogspot.co.uk/2012/11/getting-user-claims-over-saml-sso-token.html
but could not get it working. I am using wso2 IS 5.0…

Jay George
- 41
- 1
- 3
4
votes
2 answers
How to delete tenants in WSO2 Identity Server?
In v 4.6.0, we cannot delete tenats through the UI, only disable. However, I see there is a deleteTenant method on the TenantMgtAdminService soap service.
I have tried to call this service, but I get an error. From the logs, it…

Ouananiche
- 579
- 5
- 12
4
votes
1 answer
What is the difference between wso2 identity server and CAS?
Recently I learned about wso2 Identity server, it seems it can cover all the functions of CAS(Central Authentication Service) which I am familiar with.
I have the following 3 questions:
what is the difference between Identity server and CAS?
Can…

iceguo
- 103
- 1
- 12
4
votes
1 answer
WSO2 Identity Server external LDAP throws OBJECT_CLASS for OID identityperson does not exist
I am using the Identity Server 4.1.0 and also I am running an ApacheDS within the Apache Directory Studio. So what I want now is connect my IS to the external LDAP.
IS is connecting fine to the ldap, only it throws errors because there are…

johannes.schmidt.delaunay
- 340
- 2
- 16
4
votes
3 answers
WSO2 - Identity Server and API Manager working together
I'm evaluating WSO2 Identity Server and WSO2 API Manager.
I registered an API and an application on API Manager. I can call the resources successfully.
I could also add an user into Identity Server and log into that using oAuth authentication.…

user1985010
- 83
- 2
- 6
4
votes
1 answer
WSO2 Identity Server ver 4.0 - SAML SSO credentials to route to custom API for validation
Have following questions regarding WSO2 Identity Server ver 4.0:
Would like to know if it is possible to route the SAML single signon credentials to third party API for validation i.e. user would type in the credential at the WSO2 SAML single signon…

user1787672
- 41
- 2
3
votes
1 answer
WSO2 Identity server with ASP .NET and WIF
We are looking into Microsoft ASP .NET(WS-Federation with windows identity foundation) interoperability with WSO2 identity server. I posted the issue on the forum 14 weeks ago (http://wso2.org/forum/thread/14221) but have not got any response on the…

haroonsiddiqi
- 31
- 3
3
votes
1 answer
WSO2 Identity server and spring 3 REST api integration
I need to use WSO2 Identity server for OAuth token management. Is there an api available for operations like request token, validate a token and other relevant functions. I am trying to secure my spring3 REST web application using IS.
AS:…

art9786
- 147
- 1
- 1
- 8
3
votes
1 answer
WSO2 IS userstore encryption of Property=password failed error
At the IS startup the following error log is given from the WSO2 IS.
TID: [-1234] [Framework Event Dispatcher: Equinox Container: d811a5a1-f0c4-4281-a1db-ce17d0928da4] ERROR {org.wso2.carbon.user.core.config.UserStoreConfigXMLProcessor} - []…

Nipuna Upeksha
- 348
- 3
- 15
3
votes
2 answers
Certificate for doesn't match any of the subject alternative names
I am using wso2 identity Server as a internal key manager of wso2 api manager and use Shared_db and start two server based on documentation here I got this error in api manager
ERROR…

behzad
- 194
- 6
- 21
3
votes
1 answer
WSO2-IS 5.11.0 - System application update is not allowed
I'm trying to update the new Console application to access in different port but I'm facing an error when I try to update:
Callback Url - From https://localhost:9443/console/login to https://localhost:9444/console/login
[2021-06-28 16:22:14,946]…

Aldo Inácio da Silva
- 824
- 2
- 14
- 38