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
0
votes
1 answer
How to update a single user's groups with WSO2 SCIM REST API without using patch/ Groups as it results in timeout when the user count is high?
We are using WSO2 SCIM apis to define roles to user and update it.
For role update operation , we are currently adding the new user role(add user to new role group using SCIM api) , and then delete the existing user role (call users SCIM GET request…

Arun s
- 869
- 9
- 19
0
votes
1 answer
how to handle wso2 accountLock,accountDisabled event
I want to handle accountLock(Unlock),accountDisabled events and send it to my rest endpoint so i can refresh my local database users information. Is it possible?

Askar Sanbayev
- 57
- 9
0
votes
1 answer
Receiving multiple values in 'access-control-allow-origin' header of PDP API response WSO2IS 5.10.0
I am using the PDP endpoint of WSO2IS, the response of preflight request contains multiple values in the Access-Control-Allow-Origin header which is creating a problem in the browser:
my web.xml configuration looks like this:
…

Rohit Patidar
- 92
- 2
- 10
0
votes
0 answers
WSO2 IS integrating WSO2 APIM using JDBC user store,the sql scripts have error
I follow this documents to integrating these two products.
https://apim.docs.wso2.com/en/latest/install-and-setup/setup/distributed-deployment/configuring-wso2-identity-server-as-a-key-manager/
I want to create user in WSO2 IS,then using these user…

zbx
- 1
- 1
0
votes
1 answer
Configuring WSO2 IS as a key manager
I am new to WSO2 IS and WSO2 APIM. I have an all in one instance VM configured with IS(version 5.11.0) and APIM (version 3.2.0). I am trying to use WSO2 IS as the key manager following the below…

Justus Nithushan
- 57
- 6
0
votes
0 answers
Integrating WSO2 IdentityServer and WSO2 API Manager
I am using WSO2 IdentityServer 5.11.0 on one machine and WSO2 API Manager 3.2.0 on another machine. All the user-level services (User creation, Role assignment, Group, and permissions) should be maintained in IdentityServer, and all…

Prakash Dutta
- 81
- 9
0
votes
1 answer
Adding user to WSO2 tenant returns 401 Unathorized
I am trying to add user to a tenant. For that I did the following:
Created tenant in WSO2 instance
Generated access token based on client key and secret for the tenant service provider
Use generated token to execute endpoint…

positron
- 3,643
- 3
- 22
- 26
0
votes
0 answers
WSO2 adding external JAR for use in Adaptive Authentication
I am attempting to add a JAR to WSO2 IS 5.11.0 so that I can call the getSessionData function from the Script Based Adaptive Authentication console.
I cloned the identity-conditional-auth-functions repository and built the session module found here…

wearebob
- 376
- 2
- 15
0
votes
1 answer
Adding users to tenant using REST API
According to this documentation I can add users to specific tenant, is there REST API to do this?

positron
- 3,643
- 3
- 22
- 26
0
votes
1 answer
Getting 403 error when trying to add new tenant
I added a service provider to WSO2IS and use its secret to get an access token, I then use this access token to execute endpoint https://localhost:9443/t/carbon.super/api/server/v1/tenants, but I am getting 403 error. An access token is for the…

positron
- 3,643
- 3
- 22
- 26
0
votes
1 answer
WSO2 Identity Server 5.11.0 My Account personal info not working with Active Directory userstore
I am operating a WSO2 identity server 5.11.0 behind an Apache proxy with a Samba based Active Directory user store. The most relevant claims have been mapped to the local claim dialect. The authentication to services works and the claim attributes…

Werni
- 11
- 4
0
votes
1 answer
NPE when entering invalid code in SMSOTP in WSO2IS
I am trying to enable SMSOTP (in 5.10.0) following this guide https://is.docs.wso2.com/en/5.10.0/learn/configuring-sms-otp/#configuring-sms-otp. When I enter a valid code (that I received via sms) I am getting logged-in successfully.
But, when I…

Nick Paraschou
- 7
- 3
0
votes
1 answer
oidc/logout with id_token_hint is not working
I am sending https://localhost:9443/oidc/logout?id_token_hint=my_id_token and getting the page with the message Identity Server You have successfully logged out. But when I go back to the login page,it is returning authorization code instead of…

Askar Sanbayev
- 57
- 9
0
votes
1 answer
How to enable the new & beta GUI of WSO2 IS version 5.11.0?
I've installed the new WSO2 IS (Version 5.11.0) on Debian 10.7 but regardless of their release notes that mention about new GUI based on React, the console interface is like the previous version (5.10.0).
How can I enable the new GUI for the console…

mjdtjm
- 1
- 1
0
votes
1 answer
WSO2 Identity Server 5.10.0 - Unable to achieve EmailOTP based MFA
I have enabled EmailOTP Identity Provider, using WSO2 Identity Server as Email Provider.
In my Service PRovider, I have enabled EmailOTP as the second step of Authentication.
Angular UI application is my front end, when I provide username/password…

Prabakaran Thodithot Sembiyan
- 425
- 3
- 17