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
Can you change the WSO2 root redirect?
I'd like to change the default redirect for our new WSO2 server, so that if you go to the generic login.domain.com, it'll redirect you to a specific URL instead of the current default of login.domain.com/carbon/admin/login.jsp
This is what's coming…

smily03
- 57
- 5
4
votes
1 answer
WSO25.3 Custom User store manager
I am on WSO2 5.3
My usecase is to invoke the api to authenticate the user and return isAuthenticated as true/false based on credentials provided.
I have written a custom user store ( as MyAPIUserStoreManager which extends JDBCUserStoreManager) and…

Raj
- 73
- 5
4
votes
1 answer
integrating nodejs rest services with wso2
have my rest webservices written in nodejs. I want to implement role based[admin,user,super admin etc] authorisation for these API's
How can use wso2 with NodeJS ?

Janier
- 3,982
- 9
- 43
- 96
4
votes
0 answers
integrating spring and wso2 identity server remote client
I am trying to integrate spring and wso2 identity server remote client
but I am facing some dependency issues
My POM
org.wso2.carbon.identity.user.ws
org.wso2.carbon.um.ws.api.stub
…

Brijan Elwadhi
- 420
- 3
- 6
- 17
4
votes
1 answer
Getting only sub in UserInfoEndpoint
I am just following what is on the guide
I've already populated the user's profile information but so far I only get sub. I want to get something same like in the guide:
{
"sub":"admin",
"email":"admin@wso2.com",
…

letthefireflieslive
- 11,493
- 11
- 37
- 61
4
votes
1 answer
WSo2 API Manager
Which inbuilt key manager ,WSo2 API Manager uses for managing access tokens. Is Ws02 Identity server built within API Manager.
I know that we can configure a third party key manager (with different Database) with WSo2 API Manager..but I am not sure…

user2913809
- 325
- 2
- 15
4
votes
1 answer
WSO2 API Manager authentication through single page app
I am new to WSO2 API Manager. I have installed it to proxy my REST endpoints and to do access management via oAuth2.
Great! I managed to get access to my backend REST implementation through the oAuth2 process of API Manager (via API console). Now I…

user2120188
- 427
- 1
- 4
- 16
4
votes
1 answer
Exception in Authentication Framework WSO2 IS
I am running WSO2 IS 5.0.0. I have the SP for IS 5.0.0 applied along with all the other security patches issued for that version for Identity Server and Carbon 4.2.0. My environment consists of 4 machines that are creating a cluster (using the WKA…

Mariyan Stefanov
- 289
- 3
- 13
4
votes
3 answers
Login fail in management console with admin user after try to integrate user store in wso2-is and wso2-am
I tried to change user store to MySQl and integrate that in Wso2-IS and Wso2-AM(api manager) base on this manual: here.
After all steps in the mentioned manual, I tried login Wso2-AM Management Console with default admin user,but I got error…

Soli
- 545
- 5
- 11
4
votes
3 answers
OpenId Connect with wso2 returns only sub claim
When I ask the information of the user WSO2, the response contains only his sub.
Request GET https://srv-wso2.domain.com:9443/oauth2/userinfo?schema=openid
Request headers {Accept=[application/json, application/*+json], Authorization=[Bearer…

Arnaud
- 742
- 7
- 23
4
votes
2 answers
Why is AccessTokenRequest's PreservedState perpetually null with a resultant CSRF related InvalidRequestException?
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…

Nico de Wet
- 319
- 2
- 12
4
votes
3 answers
WSO2 IS Proxy : Do WSO2 has WSO2 IS Proxy?
I installed and configured WSO2 IS 5.0 But I would like the users access through the proxy. So I would like to know WSO2 has WSO2 IS Proxy or not? Or WSO2 has any product to use for this purpose?

Waraporn
- 51
- 3
4
votes
1 answer
Wso2 Identity server - Restrict Inbound Authentication of service provider based on role permission
I have created a tenant 'A' in wso2 IS and added my ldap user store in it. In the tenant 'A', I have configured a 'test' service provider with oauth2 as inbound authentication. As of now, I am successful with authenticating all the user in store…

muhil varnan
- 320
- 2
- 9
4
votes
1 answer
WSO2 IS setting Issuer in SAML Response to "localhost"
We have a WSO2 Identity Service Provider setup for SAML Inbound Authentication Configuration. However SAML response sent by IS sets Issuer to "localhost" even though we have a different value set in that field
Any thoughts?

Saqib Ali
- 3,953
- 10
- 55
- 100
4
votes
1 answer
How to customize all WSO2 Identity Server login related pages
I have followed this guide for customizing login pages: https://docs.wso2.com/display/IS500/Customizing+Login+Pages
This is all fine.
I have checked out the code from version 4.3.3 and made local changes…

Marcus Wallin
- 115
- 1
- 10