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 APIM - Issue about Invoke API via Sub Tenant

I set up WSO2 APIM in my local and added simple HelloWorld API to my local Publisher refer to this link . Then, I created a sub tenant in APIM Management Console. I enabled Subscription Availability for all the tenants refer to this link (I'm sure I…
Wicaledon
  • 710
  • 1
  • 11
  • 26
0
votes
1 answer

Email doesn't receive when account locking

I'm using wso2 Identity server 5.11.0 server. I set up account locking using [1]. Even though the account was locked, I didn't receive any email.But when I unlock the same account from management console, I received an email. deployment.toml…
prime
  • 769
  • 1
  • 13
  • 27
0
votes
0 answers

WSO2 IS 5.9 fails to start

after updating the OS linux where I have installed IS 5.9, wso2 is failed to start and shows this error: Failed to activate Registry Core bundle java.lang.NullPointerException at…
fipries
  • 386
  • 3
  • 19
0
votes
1 answer

WSO2-IS 5.11.0 - Client SCIM - Received fatal alert: certificate_unknown

I'm trying to make a request to create a new user in WSO2 Identity Server but I can't connect to the api: javax.net.ssl|ALL|A9|https-jsse-nio-9443-exec-5|2021-06-02 11:37:20.318 GMT|X509Authentication.java:264|No X.509 cert selected for…
0
votes
1 answer

WSO2: Unable to generate access_token with scope=apim:subscribe

I am using WSO2 Identity Server-5.10.0 and API Manager-3.2.0. Have created application in devportal and subscribed the APIs to this application. In Identity server have enabled Role based scope validator for this service provider. using below API to…
Amulya M
  • 149
  • 1
  • 12
0
votes
0 answers

WSO2: How to generate access_token with scopes using access_token or id_token generated with scope:openid from Identity server login

we are using WSO2 API Manager-3.2.0 & IdentityServer-5.10.0. We are developing an web application (angular) with SSO using Identity server-5.10.0 OAuth/OpenID Connect Configuration. I've successfully implemented the login, the redirects/callbacks…
Amulya M
  • 149
  • 1
  • 12
0
votes
1 answer

WSO2 IS - Enable Mobile Number Verification when number is updated

We are trying to use the Mobile Number verification on Mobile number update with WSO2 Identity Server (v5.11.0) as per this guide, while the SMS OTP is being sent, it is being sent to the old mobile number. Example: User with mobile number 111111 We…
0
votes
2 answers

How to configure Key configurations (namely: Token Endpoint and Revoke endpoint) in WSO2 API Manager

I have configured WSO2 Identity Server (hereafter IS) as Key Manager for WSO2 API Manager (hereafter APIM) following this documentation. APIM and IS are installed on different servers. Thereafter, I restarted both of them. But when I go to the…
Frank
  • 178
  • 1
  • 12
0
votes
1 answer

Sample java code for adding extension attributes using SCIM for Wso2

I am new to Wso2 IS , currently I am working on adding new extended attributes into WSO2 for user creation however I could not find any example which shows how to do that using Java. The one I see…
manojx
  • 11
  • 1
  • 5
0
votes
1 answer

WSO2 Identity Server SCIM /Me endpoint issue for non admin user

I just want to use SCIM 2.0 REST APIs that per this guide are out of the box from 5.4.0 version of WSO2IS. I'm using WSO2 IS 5.7. When I GET /scim2/Me with admin user (HTTP basic authentication), I get a 200 OK response, but when I try to call this…
vortex.alex
  • 1,105
  • 3
  • 11
  • 24
0
votes
1 answer

Wso2 : Unable to change user-mgt.xml

I am new to WSO2, I was trying to refer https://docs.wso2.com/display/IS530/Using+Email+Address+as+the+Username however once I change the file at specified location as per the documentation in /repository/conf/user-mgt.xml , after…
manojx
  • 11
  • 1
  • 5
0
votes
1 answer

Wso2 Identity Server 5.8.0: custom claim attribute in Create User by Scim service

In my WSO2 Identy Server (v5.8.0), i have added one custom attribute named XXX. Then, in my web client application, I invoke /scim2/Users service to create new user inside IDS. I successfully create user with correct name, surname, email, phone…
dellui
  • 1
  • 1
0
votes
0 answers

unable to find valid certification path to requested target with wso2 and Azure AD integration

I'm getting the following error after setting up Azure AD authentication on WSO2. "ERROR {org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler} - Authentication failed exception! Exception while…
0
votes
1 answer

How to get roles of user from wso2 IS into the third party application configured as service provider

Configured grafana with wso2 IS for authentication, Authentication is working fine but I am not able get user role into grafana from WSO2 IS. Can anyone guide on this.
0
votes
2 answers

How to Grant Access to specific API for a user in WSO2 API Manager?

I created a user with username:aggr1. When I log in to the dev portal with aggr1 credentials, I can access all of the published APIs. How can I force this particular user to only see two or three APIS in Dev Portal? Thanks
wso2isbest
  • 85
  • 7