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 trigger CustomClaimHandler when grant_type=password (WSO2 5.10)
We have external claims, we are getting those with CustomClaimHandler
[authentication.framework.extensions]
claim_handler="org.wso2.custom.claim.handler.CustomClaimHandler"
it works fine when the grand type is grant_type=authorization_code
But…
0
votes
0 answers
Unable to access Username/Password page in wso2 identity server 5.10.0 in Kubernetes setup
Have Configured OAuth2-OpenID Connect Single-Sign-On using WSO2 Identity Server-5.10.0 with my web application in Kubernetes setup.
While logging into web application, when i click on forgot username/password link in SSO login page, getting below…

Amulya M
- 149
- 1
- 12
0
votes
1 answer
How do I create a Custom Client Authenticator in WSO2 Identity Server
I am trying to set up a custom client authenticator in WSO2 Identity Server, I would like to retrieve an access token with client_credentials specifying a specific scope and have a jwt token returned with custom claims inserted. I've tried writing…

Jason
- 39
- 4
0
votes
1 answer
WSO2-IS 5.11.0 - Username should be an E-Mail address
I'm trying to log on WSO2-IS new console and myaccount as user admin and I'm getting an error:
http://localhost:9443/console/login
http://localhost:9443/myaccount/login
Invalid username! Username should be an E-Mail address.
I've already check user…

Aldo Inácio da Silva
- 824
- 2
- 14
- 38
0
votes
1 answer
unable to get scim 2.0 wso2 is api for get Roles under secondary user store
I have a secondary userstore (JDBC) created in wso2 IS 5.11.0.
2 roles are added under the userstore.
I am using the below SCIM 2.0 api to get the roles.
https://{IS_IP}:(PORT}/t/carbon.super/scim2/Roles, but only the roles created under primary…

nivedhav
- 27
- 5
0
votes
1 answer
WSO2-IS 5.11.0 - Update User - SCIM Rest Java Client Application
I'm trying to update an user information created in WSO2 Identity Server having LDAP as user store and using SCIM Client Java Application. Consuming SCIM Rest Endpoints from JAVA Client Application
I've configured the certificates and hostname to…

Aldo Inácio da Silva
- 824
- 2
- 14
- 38
0
votes
2 answers
How to display username and invoked api name in wso2 apim log?
I am trying to configure gateway access log of wso2 apim (4.0.0) so that it should contain api username and api name in a log file. I followed this documentation.
The log file structure I would like to have as below:
datetime | remoteIp | username |…

Frank
- 178
- 1
- 12
0
votes
0 answers
WSO2 Identity server fundamentals -V5.11 : Cant run the "pickup-dispatch" application
so I'm trying to do the self-paced course WSO2 Identity server fundamentals -V5.11 "implementing access delegation for web/mobile apps" Section Access delegation -oauth 2.0.
-ive setup "localhost.com" in etc/host file.
-ive got tomcat8 running and…

Ahelp1
- 1
- 1
0
votes
0 answers
How to configure File Based SMS OTP Identity Provider
I need to configure file based SMS OTP identity provider. I couldn't find relevant xml syntax in the docs.
I tried following syntax.
SMSOTPAuthenticator
…

Janaka
- 481
- 4
- 14
0
votes
1 answer
wso2 IS custom federated authenticator not showing in list
I have tried the custom federated authenticator sample given in wso2 doumentation(https://github.com/wso2/samples-is/tree/master/authenticators/components/org.wso2.carbon.identity.sample.federated.authenticator), after building I have deployed in…

rahul
- 406
- 1
- 5
- 14
0
votes
1 answer
how to add oauth/openID configuration in serviceprovider using soap request
I would like to add oauth/openID connect configuration under service provider in wso2.
How i will add these configuration using soap request. pls help me on that.

Vijay Yadav
- 37
- 7
0
votes
1 answer
WSO2 Identity server - how to update password history setting programatically
I am using wso2 ISKM 5.10 . I have configuration item for password history setting under Resident Identity provider.
Password Policies > Password History setting .
I want to know is there any REST/SOAP API for setting the above value. I referred to…

user3553913
- 373
- 3
- 17
0
votes
1 answer
WSo2 APIM getting error 401 trying to generate keys
I am getting the following error when I try generate keys for a created application in the WSO2 API Manager, not sure why or how do I resolve this. I have WSO2 AM running on seperate instances than the gateways and KM node, everything else seems…

Jefledge
- 39
- 9
0
votes
1 answer
How to use the in sequence and out sequence to a custom response in WSO2 APIM?
I am using WSO2 APIM 2.1.0 and IS 5.3.0
I'm currently trying to create an API that registers a certain user by calling the admin service UserInformationRecoveryService which gives out a custom JSON response if the creation is successful and another…

Lilan Mihiranga
- 127
- 10
0
votes
0 answers
Wso2Is on docker
Am trying to use WSO2 Identity server on docker , after I have successfully using it locally with a Spring Boot Application, am trying to use the same app with the dockerized version of WSO2IS,
but I have encountred a problem with the SSL Handshake…

BA23AC
- 38
- 5