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
3
votes
1 answer
Connecting Shibboleth as a IdP and API Publisher as SP
The Plan
We went to configure shibboleth as the IdP so we can do SSO. We have shibboleth configured already for the many other things we do like email and account information, but when trying to add in our API publisher to the mix we seem to be…

Bryan Mcneil
- 395
- 2
- 14
3
votes
2 answers
HTTP requests for WSO2 Identity Server user authentication
I am writing a REST API to be consumed by our internal applications. I need to login and logout users of the identity server using code grant via http requests
presentation
I need to know how to call the following endpoints:
/authorize (invoked…

letthefireflieslive
- 11,493
- 11
- 37
- 61
3
votes
2 answers
WSO2 Identity Server User and Tenants
I don't quite get
when to use tenant
difference of tenant from user
are users also tenants?
I understand that multitenancy is about environment and maximizing resources based on reading this.

letthefireflieslive
- 11,493
- 11
- 37
- 61
3
votes
1 answer
WSO2 Identity Server Primary Store
I couldn't change Primary Store to Active Directory in WSO2 Identity Server. When change the user-mgt.xml and start the server below exception occurred. I use the WSO2 IS 5.0.0.
[2016-11-11 16:13:48,048] ERROR…

Shanika Tharanga
- 144
- 1
- 10
3
votes
1 answer
Grant types in WSO2 API store
When I register an application in WSO2 API store, I am allowed to check most of the grant types except the following grant types:
- Code and
- Implicit
How can turn ON the code grant type ?

bhalochele
- 227
- 3
- 11
3
votes
2 answers
WSO2 Identity Server JWT Access token
I'm trying to receive a JWT access_token from WSO2 Identity Server when logging in with password grant_type.
But I can't find any way to configure this. When I sign in I get a guid as access_token.
I found this, but this is the way to get the…

John Tyrrell
- 77
- 4
3
votes
1 answer
Adding a Password Recovery option to WSO2 sign-in
I was wondering if there is an option for users who want to use the store but have forgotten their password
Currently the WSO2 sign-in page looks like this:
I have set the following in < APIM_HOME…

Jaden
- 145
- 5
3
votes
2 answers
WSO2 IS: OpenID Connect custom claims in 5.2.0?
I have installed WSO2 IS 5.2.0 and I have problem to retrieve custom created claims.
I've added new claims to dialect http://wso2.org/claims and I also added new claims that map the same attribute to dialect http://wso2.org/oidc/claim that worked…

zarej
- 913
- 1
- 11
- 23
3
votes
1 answer
Deployment synchronization commit for tenant -1234 failed WSO2 IS 5.0.0
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
3
votes
2 answers
WSO2 Identity Server OpenId Connect Owin
Im trying to set up WSO2 Identity Server to use OpenId connect. I have currently applied the following settings shown Here: Setup WSO2.
What it boiles down to is that i use the Resident Identity Provider and i have setup a Service Provider for my…

Raymond Bergen
- 43
- 8
3
votes
1 answer
Authenticate against WSO2 Identity Server with no browser and get SAML2 assertion message
I am trying to setup a service provider that uses WSO2 IS for authentication via SAML2. Now, wehave a use-case in which the user is a machine (i.e. an external program) that needs to access the service provider. Since the user is a machine, there is…

bufferingStacker
- 65
- 5
3
votes
2 answers
wso2Is with Multiple Ldap
Our Requirement is to connect wso2Is with Multiple External Ldap
where each Tenant having Separate LdapServer so , that xacml Policy stored in wso2Is belongs to Particular Tenet
Let say we have to Domain foo.com …

Vikas Singh
- 181
- 7
3
votes
1 answer
WSO2 Identity Server - Concurrency Issue
We are working with WSO2 IS, v5.1.0.
When testing, we got the following results:
When running one suite of tests, all works ok.
When running concurrent tests, meaning - concurrent requests are being sent, we got NPE. Moreover, We got "200" on…

Nitz
- 31
- 2
3
votes
1 answer
get detailed user information in wso2 IS, RESTful api
All,
I have configured wso2 to work with AD, So far i am able to
authenticate user using oauth2 api (/oauth2/token) using grant type password
fetch some basic user details using userinfo api(/oauth2/userinfo?schema=openid)
I have created a new…

Santosh Vaza
- 61
- 6
3
votes
1 answer
Securing Rest API in WSO2 ESB
Can we implement a secured API in WSO2 ESB and can we provide an existing user's credential, (as a header) who is in ESB's use store, to access it?
This scenario can be done in ESB Proxy: Guide by providing a policy file. Can't we do the same in API…

Isuru Gunawardana
- 2,847
- 6
- 28
- 60