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
0 answers
Self Managed MySQL Database for WSO2 Identity Server 5.9.0 CPU issue and how to use hazelcast in WSO2 IS cluster?
We have a WSO2 cluster setup with 2 EC2 nodes having a MySQL database connected to both of them.
WSO2 Node Cloud EC2 Instance Type - t2.small
MySQL Cloud EC2 Instance Type - t2.small
WSO2 Version - 5.9.0
Architecture-
2 x WSO2 Node
1 x MySQL…

Aman Prakash
- 340
- 4
- 15
0
votes
1 answer
Does WSO2 IS support 2 key pairs for resident SAML identity provider - one for encryption and other one for signing?
We have to federate our WSO2 Identity Server with external (government) SAML IDP. Their new requirement from 2021 is to separate encryption keys from signing keys. Does WSO2 IS support it? Any advice?

RomanCh
- 1
- 1
0
votes
1 answer
How i can handle Pending_Ap status change,Email confirmation on email change?
Are there functionality to handle PENDING_AP status change to UNLOCKED,and email confirmation when changing to new one?
I register user and WSO sends email to set password, then changes status to UNLOCKED after setting password
When i change my…

Askar Sanbayev
- 57
- 9
0
votes
1 answer
WSO2IS GET tenant by domain response does not contain the tenant id
Running WSO2IS v5.11.0. After creating a tenant with domain "example.com" using the addTenant endpoint, I execute the following REST call to retrieve it
GET https://host:port/t/carbon.super/api/server/v1/tenants/domain/example.com
Contrary to what…

Nick Paraschou
- 7
- 3
0
votes
1 answer
Calling local authenticator from REST call
In examples cited in this post the flow is through an app that authenticates and issues access token. What I am trying to do now is to get token via https://localhost:9443/oauth2/token endpoint and be able to execute local authenticator (LA) during…

positron
- 3,643
- 3
- 22
- 26
0
votes
0 answers
Problem with scope results during token generation when apim3.2.0 is configured with is5.10.0 as keymanager
I found strange behavior during checking functionality of WSO2 AM + IS as key manager.
Env I:
WSO2 AM 3.2.0 (GA pack)
Env II:
WSO2 AM 3.2.0 (GA pack)
WSO2 IS 5.10.0 (GA pack)
Configuration:
created users: user-low, user-high
created roles: low,…

Niubi
- 108
- 7
0
votes
1 answer
WSO2 add assertions in SAML request
Does any one know, how to add additional assertions in a SAML request to federated iDP? The problem is that there is no nameID in SAML request:
?xml version="1.0" encoding="UTF-8"?>

Alexander
- 1
- 1
0
votes
0 answers
Getting error Unable to compile class for JSP when running playground2
I am going through local authenticator example and at step 14, after I press 'Authorize', getting exception
[2021-02-02 18:13:41,087] [0528806c-f8f8-4df5-abca-5f47c3972b24] ERROR…

positron
- 3,643
- 3
- 22
- 26
0
votes
1 answer
Deleting tenant in wso2is 5.11 using REST API
When trying to delete a tenant I am getting error
Tenant deletion property Tenant.TenantDelete is not enabled in carbon.xml file.
I added the following to…

positron
- 3,643
- 3
- 22
- 26
0
votes
0 answers
WSO2 IS and federated iDP
We are running WSO2 IS version 5.10. and want to use external iDP (SafeNet) as step 2 authentication for Service Provider. I configured Service Provider in order to use an advanced configuration for the login process. I configured 2 steps where…

Alexander
- 1
- 1
0
votes
1 answer
SSL error when using Keycloak as a federated identity provider with WSO2 Identity Server
I'm running a Keycloak instance in standalone mode. I have configure the Keycloak as an OIDC federated IdP in the WSO2 IS and configured the WSO2 IS as a client in the Keycloak. I also have an application running which is connected to WSO2 IS and…

Thamindu Randil
- 1
- 3
0
votes
1 answer
WSO2 APIM Role validation
I'm using WSO2 IS (5.10.0) as the key manager of APIM (3.2.0). I have published a graphql API which is secured by a scope (say 'test_scope' based on a role named 'test'). I have subscribed to the API with the Default Application and have generated…

Justus Nithushan
- 57
- 6
0
votes
0 answers
WSO2 IS Unable to compile class for JSP
I'm using WSO2 IS 5.10 with docker and after making a change to the image, which has nothing to do with JSPs, opening the dashboard on the service provider list I see a white screen.
In wso2 log I found errors like this:
Servlet.service() for…

Jalisse
- 39
- 5
0
votes
0 answers
WSO2 - Request Permission by role not working
I have configured two users in my WSO2 Identity Server, each one with some roles, to give permission to access an API (MS-Authorization-API) in WSO2 API Manager.
Camila - Internal/everyone and…

Aldo Inácio da Silva
- 824
- 2
- 14
- 38
0
votes
0 answers
Can't login to WSO2 IS management console after setup IS as key manager in AM
I am following this doc:
https://apim.docs.wso2.com/en/latest/install-and-setup/setup/distributed-deployment/configuring-wso2-identity-server-as-a-key-manager/#!
After going through the above doc, i could start up both the AM server and IS server.…

ysong4
- 131
- 1
- 9