Questions tagged [wso2-identity-server]

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

2959 questions
0
votes
1 answer

WSO2 Identity Server 5.7.0 SSO Login to .net Application and then goto callbackurl

I have Is 5.7.0 and a .net application login with SSO I config my service provider : then Configure SSO : and then Write my code with c# for Login button : And Result is : I press login button and i go to IIS Login then I eneter username and…
0
votes
1 answer

WSO2IS 5.10.0 - Configuring RootPartition by deployment.toml

I'm making an integration of WSO2IS with Ldap and I couldn't find where I can configure RootPartition property from tenant-mgt.xml file on deployment.toml. Because I need to change from:
Aldo Inácio da Silva
  • 824
  • 2
  • 14
  • 38
0
votes
3 answers

WSO2IS - Disable Embedded LDAP - deployment.toml

How can I disable Embedded Ldap on Identity Server 5.10.0 version? I'm checking conf/identity/embedded-ldap.xml and enable property is true. true
Aldo Inácio da Silva
  • 824
  • 2
  • 14
  • 38
0
votes
1 answer

WSO2IS 5.10.0 - Missing user store properties in deployment.toml

I'm migrating WSO2 Identity Server from version 5.8.0 to 5.10.0 and I'm missing some properties in deployment.toml file. On WSO2 documentation I couldn't find these properties from user-mgt.xml to put in deployment.toml file: AnonymousBind…
Aldo Inácio da Silva
  • 824
  • 2
  • 14
  • 38
0
votes
1 answer

WSO2IS 5.3.0 - upgrading tomcat jar

I am currently trying to use the secrets manager on my running deployment of WSO2IS 5.3.0 . Upon turning on the configuration, I am getting the below error when starting WSO2 TID: [-1234] [] [2021-03-01 09:44:24,700] FATAL…
maggiomj
  • 174
  • 12
0
votes
1 answer

WSO2 IS - org.wso2.carbon.user.core.UserStoreException: null

I'm running a WSO2 container with all products together(apim-is-as-km-with-analytics) using mysql as database and I'm facing an error when the docker compose starts. My problem is on wso2-is server, it shows the following message: [2021-02-26…
Aldo Inácio da Silva
  • 824
  • 2
  • 14
  • 38
0
votes
1 answer

WSO2 IS whitespaces inside password policy

I have set the following password policy [\sa-zA-Z0-9]{10,30}$ in WSO2 IS in Identity Provider->Resident->Password Policies->Password Patterns. I have added the \s to support the white spaces but I get an error when trying to add a password with a…
fipries
  • 386
  • 3
  • 19
0
votes
1 answer

WSO2 scim can not get lastPasswordUpdateTime

Cannot get lastPasswordUpdateTime of user from WSO2 using SCIM { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:SearchRequest" ], "attributes": [ "emails", "groups", "name",…
0
votes
1 answer

SP OIDC auto-generated client_id modifiable? Shouldn't it be repeatable between tenants

I'm facing the following problem with wso2 IS: I'm trying to register a service provider for all the tenants to access. If using SaaS app I will be able to use the flow defined by the tenant that registered the service provider. However I need to…
josecu08
  • 31
  • 4
0
votes
1 answer

how to implement prevention to XXE or XSS attacks on wso2 IS or apim

i have security problem in wso2 identity studio 5.10, https://www.exploit-db.com/exploits/40239 (xxe and xss, problem is solved in 5.1 by implementing XML Parsers to detect malicious scripts or entities on XML messages' DTD) For exemplify:
user14181715
0
votes
0 answers

WSO2IS 5.10.0 - Error while loading user profile metadata with multiple user-store

For a client, we need to configure multiple Active-Directory user-store inside WSO2IS 5.10.0. For that we have configured 3 Active-Directory secondary user-stores (primary user-store is a jdbc store). They are all connected to the same…
Navino16
  • 35
  • 7
0
votes
1 answer

Change deploymen.toml for account suspension

My deployment.toml [identity_mgt] inactive_account_suspention.enable_account_suspension = true inactive_account_suspention.delays=1 // is it right? inactive_account_suspention.account.disable.delay=2 is it…
0
votes
1 answer

WSO2 IS Custom claim dialect not passed to the Service Provider

I'm using WSO2 Identity Server version 5.10 I'm facing a strange behaviour. I configured some external IdPs (SAML2 based) I configured claims returned by these IdPs with WSO2IS local claims. For example, let's suppose that my external IdP returns…
Angelo Immediata
  • 6,635
  • 4
  • 33
  • 65
0
votes
1 answer

how to set Internal/Subscriber role as default role to all authenticated users in WSO2 Api manager?

i am trying to give default role as Internal/Subscriber to all users. i made changes in we made changes in file /_system/config/apimgt/applicationdata/tenant-conf.json and added role such as to Internal/creator,Internal/everyone,apimrole "Name":…
0
votes
0 answers

WSO2 Identity Server 5.9.0 crashed with the following database error in a cluster setup?

I am facing the below error in WSO2 IS 5.9.0. We are using WSO2 IS in an AWS environment. WSO2 Node Cloud EC2 Instance Type - t2.small MySQL Cloud EC2 Instance Type - t2.small WSO2 Version - 5.9.0 Current Architecture- 2 x WSO2 Node 1 x MySQL…
Aman Prakash
  • 340
  • 4
  • 15