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
3
votes
1 answer

WSO2 APIM How can I change Key Manager for try out console

I have Configured WSO2 Identity Server as a Key Manager successfully. But I couldn't find a way to set WSO2-IS as Key Manager for try-out console in Dev portal. It says "The Resident Key Manager is selected for try out console". Can I set WSO2-IS as…
Pradeepal Sudeshana
  • 908
  • 2
  • 14
  • 30
3
votes
2 answers

Configuring WSO2 IS behind a reverse proxy at some context

I am trying to set up WSO2 Identity Server behind a reverse proxy for SSL offloading. For example, let's say if WSO2 IS is available at say https://:9443/, I am trying to put it behind reverse proxy with address such as https://
VinayC
  • 47,395
  • 5
  • 59
  • 72
3
votes
0 answers

Error while creating userstores directory to storeconfigurations for tenant

I've written a drop-in jar for the wso2is server we are hosting on-premises that includes an implementation of the AbstractIdentityTenantMgtListener. I hook on the onTenantCreate event to use the credentials of the administrator and create a new…
3
votes
1 answer

How to connect to external PRIMARY LDAP server WSO2IS 5.10.0

I am trying to set up an external LDAP (openldap-2.4.31) server with WSO2IS, for that I have changed some configuration in deployment.toml here is the sample of my configuration: [super_admin] username = "admin" password =…
Rohit Patidar
  • 92
  • 2
  • 10
3
votes
1 answer

WSO2 Identity Server throwing Nullpointerexception while integrating with ADFS Server

I am using the WSO2 Identity Server 5.10.0 and I am trying to implement WSO2IS with an external ADFS Server. I have followed https://docs.wso2.com/display/IS570/Configuring+AD+FS+as+a+Federated+Authenticator example and configure my ADFS as Identity…
3
votes
0 answers

WSO2 APIM with IS as KM - Jaggery Service Error

We are working on delivering a deployment of two WSO2 components - API Manager 3.0.0 and Identity Server 5.9.0 (which acts as Key Manager for APIM). For last few weeks everything worked fairly ok until today (or max few days ago) - suddenly we are…
macmacmac
  • 31
  • 1
3
votes
1 answer

How email sending works during user self registration in WSO2 IS?

I checked the axi2.xml file and output-event-adapter.xml file. For email OTP, it is mentioned to configure email in axis2.xml file https://docs.wso2.com/display/IS570/Configuring+Email+OTP. But for user self-registration, it is asked to configure…
user12344191
3
votes
1 answer

How to add roles/group while adding a user in wso2 is 5.9.0 using scim2 apis?

I am trying to create a user using this api-https://localhost:9443/scim2/Users How do i add this user to a created group? Can you please Provide the payload My Payload- { "schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"], "name": { …
Aman Prakash
  • 340
  • 4
  • 15
3
votes
0 answers

Context does not exist. Probably due to invalidated cache error after leaving login page for more than a minute

Whenever I leave the login page for more than one minute, and then try to login, i am getting the following error: Authentication error! Something went wrong during the authentication process. Please try signing in again. And the logs are saying the…
Justine M
  • 129
  • 1
  • 10
3
votes
2 answers

WSO2 IS Active Directory Primary Store SCIM 2 issues

I'm using WSO2 IS 5.8.0. I configured it by using Active Directory as primary user store. In a first moment I didn't enable the SCIM for this store. All works pretty good. Then I needed to enable SCIM so I enabled it in the user.mgt.xml file Then I…
Angelo Immediata
  • 6,635
  • 4
  • 33
  • 65
3
votes
2 answers

Is there any way to encrypt User Name in WSO2 Identity Server?

I am using WSO2 Identity Server v5.6.0. I want to encrypt usernames and emails saved in the database. The documentation says that as a part of Personal Data Protection WSO2 IS is hashing the user credentials: But, in the tables such as…
3
votes
1 answer

wso2 revoke api is not revoking the token

WSO2 version: WSO2IS-5.7.0 I am doing proof of concept on WSO2 identity server and my goal is to achieve single sign on for the applications. I generated the JWT token from WSO2 using OAUTH2 token API. I used the revoke API to revoke the token and…
3
votes
1 answer

WSO2 IOT APIMClientOAuthException whene logged in device management in Docker containers

I am trying to install WSO2 IoT server (version 3.3.0) on an instance of AWS (Ubuntu 18.04.1 LTS) using docker (https://github.com/wso2-attic/docker-iot) , Then I have run change-ip.sh script in order to change ip addresses for redirections. I have…
Med
  • 117
  • 1
  • 14
3
votes
1 answer

Securing REST API with WSO2 IS and XACML Policy

I try to secure my rest API(in wso2 ESB) with OAuth mediator and wso2 IS. I want to permit a user with a valid token, when, the request is matching a specific URI (that call from ESB exp /sample/test) and also matches with other conditions such as…
Soli
  • 545
  • 5
  • 11
3
votes
1 answer

WSO2: How to integrate APIM and IS in wso2

I am currently evaluating WSO2 IS for authentication for APIM. Basically, the APIM login, authentication and token generation should happen through WSO2 IS. I have read through many documentation which are present in wso2 sites but could not getting…
2437850
  • 287
  • 2
  • 10