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

How to sync users from SQL database to WSO2 identity server

I want to sync my user list from sql server database to WSO2 identity server. How can i achieve this. Is there any api in WSO2 identity server to sync user list at once. Or any bulk user upload file format.
0
votes
0 answers

User.Identity.GetUserId returns user name and not userid in wso2 token

I am using WSO2 Identity Server and after generate a token. When I use the token to call API I get User.Identity.GetUserId() as username which happened to an email in our case and not the unique userId defined. I want GetUserId should return user…
Rajeev.Ranjan
  • 273
  • 1
  • 3
  • 14
0
votes
1 answer

How to get user properties after user log into WSO2 identity server

Here is my steps My OAuth Endpoint: https://localhost:9443/oauth2/authorize/?response_type=code&client_id=xxxx&scope=openid&redirect_uri=http://localhost/gatewaytest/Home/WsoCallBack Then i got code and got access token by…
0
votes
1 answer

What is the WSO2 endpoint to get the user by code

I got the code by calling this in wso2 idp server. "https://localhost:9443/oauth2/authorize/?response_type=code&client_id=xxxxxxxxxx&scope=openid profile&state=xy25q6ghkz&redirect_uri=http://localhost/gatewaytest/Home/WsoCallBack" Then i received…
0
votes
1 answer

Service provider list can not see

Though i successfully added service providers, it is not listed down in the UI. When i add same one again it gives message like already exist. What is wrong here with me.
0
votes
2 answers

What is WSO2 oauth2 authorize endpoint in

https://localhost:9443/authenticationendpoint/login.doresponse_type=code&client_id=myclient_id&scope=profile&redirect_uri=http://localhost/gatewaytest/Home/WsoCallBack Here is my authorize endpoint. When I run this I get errors like Error 405 -…
0
votes
0 answers

WSO2 IS 5.10 Self sign-up in only one form

I'm working on customizing the WSO2IS Self registration. The Self registration has two parts : Ask the username and verify the validity and unicity. Ask others claims in a form What I want is only a form with the username and the claims input. I…
Luska
  • 21
  • 2
0
votes
1 answer

WSO2IS 5.11.0: Activate reset password management by email

I followed the process available at https://is.docs.wso2.com/en/latest/learn/configuring-password-reset-with-email/ to activate email password reset. But when from /myaccount I click on reset password I get this error message: in log files I…
PascalL
  • 25
  • 5
0
votes
1 answer

Use WSO2IS to configure user access to entities

I'm trying to implement WSO2IS for authorization. My understanding is that in the WSO2 realm, the concept of a permission broadly restricts a user's access to an action, or a resource. So, for instance, if my app is a bookstore, I could configure…
0
votes
1 answer

login failed with WS Fed service

I missed something I thing during my test of IS. I'm testing WSO2 IS (5.11.0) based on docker version. I installed the application, configure some local user account, did some test with User portal. No specific tenant, no ldap & co. All is OK. I…
0
votes
1 answer

WSO2IS: How to delete all OIDC sessions when user logout from WSO2 /myaccount

I use /myaccount to let my users to manage their account and also to access to apps. When I launch an app and do not logout from this app, but from WSO2IS, the session for Apps is still valid. Login to /myaccount with User1 : OK Launch App(1) from…
PascalL
  • 25
  • 5
0
votes
1 answer

LDAP attribute issues connecting Ellucian's Ethos wso2 version 5.10.0 to Active Directory

New to WSO2 so be gentle. I'm building an instance of Ellucian's Ethos wso2 identity server (version 5.10.0) and when I point it to Active Directory the Tomcat server does start and I can login as the admin user I created in Active Directory for…
0
votes
1 answer

Filtering by UserGroups in LDAP

I've a requirement that i need to filter UserGroups (single or multiple) using regex expression. I have been working on this for last 3hrs, and I'm no where near of resolving it. what is the most efficient way of filtering UserGroups in LDAP…
Rooster
  • 157
  • 2
  • 9
0
votes
1 answer

WSO2 IS Default OTP 2nd factor in my account

I need that when a user log in wso2 is my account portal, by default, the second authentication factor based on OTP is enabled. I have tried to modify it in the management console but it is not allowed. How can I modify the default configuration of…
fipries
  • 386
  • 3
  • 19
0
votes
2 answers

How to enable a user-defined claim dialect in carbon/console as default

We're using WSO2 IS (Version 5.11.0). We have composed a specific claim dialect for our needs, added it to the "claim-config.xml" file before the first server starting. The new dialect claims are mapped to the local claims. Now we can see the new…
mjdtjm
  • 1
  • 1