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
WSO2 Identity Server 5.7.0 Oauth/OpenId Connect Logout has Error about session state?
WSO2 Identity Server 5.7.0 Oauth/OpenId Connect Logout has Error about session state?
this is my error:
access_denied opbs cookie not received Missing session state.
and this is my code:
client = new HttpClient();
var response3 = await…

فاطمه شریفی
- 61
- 5
0
votes
1 answer
WSO2 Identity Server - Get Tenant ID in JWT
Refer to this link I can add Tenant Domain Name information to our JWT token in sub like username@carbon.super
But I need a way to put Tenand ID info in JWT like a claim. How can I do this for IS 5.10.0 ?

Wicaledon
- 710
- 1
- 11
- 26
0
votes
1 answer
Deployment.toml - java.lang.StackOverflowError
I have configured audiences in deployment.toml following this article WSO2-IS JWT Bearer Grant and now I'm facing an error when I try to start the WSO2-IS server.
deployment.toml:
[oauth.oidc]
id_token.issuer =…

Aldo Inácio da Silva
- 824
- 2
- 14
- 38
0
votes
1 answer
WSO2-IS 5.10.0 - IDTokenIssuerID - deployment.toml
I am setting up an identity provider on WSO2 AM to use the tokens generated by WSO2 IS and, as far as I know, it needs to have the same name as IDTokenIssuerID. In old versions I usually changed the value of IDTokenIssuerID in…

Aldo Inácio da Silva
- 824
- 2
- 14
- 38
0
votes
1 answer
WSO2 API Manager and WSO2 key manager: user roles are not validated
I am using WSO2 Identity server and WSO2 API Manager to manage access. I want to ensure role based access control to APIs using oauth2 scopes and authorize end-users to access my APIs based on their roles. For this purpose, I have to expose my APIs…

John Marie
- 11
- 2
0
votes
2 answers
WSO2 Identity Server 5.7.0 How can get all users in An Active Directory and Insert to Identity Server Users?
I have an Active Directory with 10 users.
I want get all users to Identity server users.
How can Do that?

فاطمه شریفی
- 61
- 5
0
votes
1 answer
Resetting password redirection to myaccount doesn't work as expected
When I create a User in my test application, an email is sent to the user to create a password in order to log in successfully to the application.
In this email, there is a link to set the password. After adding the new password and click the…
0
votes
1 answer
Wso2 identity server; how use Active Directory for identity provider?
I know Identity Provider is for authenticating users for service provider. I want to use Active Directory for authenticating users.
For this - can I use an identity provider?

فاطمه شریفی
- 61
- 5
0
votes
2 answers
Is it possible to change UserName regex validation in WSO2IS
Is it possible to change UserName regex validation in WSO2IS. Because when I'm syncing users from my database to WSO2IS, some users failed due to username validation. Some user's username property not match with the validation. Below is my error…

shakila sameera
- 95
- 1
- 6
0
votes
1 answer
How to add organization,mobileno,email from bulk user endpoint "https://localhost:9443/t/carbon.super/scim2/Bulk" in WSO2IS
I used "https://localhost:9443/t/carbon.super/scim2/Bulk" to upload bulk users to WSO2IS. How to add organization,email and mobileno to following data set.
Here is my data object.
{
"failOnErrors": 1,
"schemas": [
…

shakila sameera
- 95
- 1
- 6
0
votes
1 answer
Somehow my super admin username or password has updated by mistake in WSO2IS. How to reset it to admin and admin
Somehow my super admin username or password has updated by mistake in WSO2IS. How to reset it to username=admin and password=admin. Now i can not login from my admin account.

shakila sameera
- 95
- 1
- 6
0
votes
1 answer
What is default WSO2IS user session timeout period
What is default WSO2IS user session timeout period. Is it possible to extend user session timeout period.

shakila sameera
- 95
- 1
- 6
0
votes
0 answers
WSO2 identity server user session destroying endpoint
I used "https://localhost:9443/t/carbon.super/api/users/v1/me/sessions" to kill all the sessions.
Service running without a issue. But sessions are still active. What is wrong with me here. I attached images here my response from c# code and…

shakila sameera
- 95
- 1
- 6
0
votes
1 answer
Is there any way to end the WSO2 identity server user session from application(SP) side. Is there any endpoint to do that?
I want to kill the WSO2 identity server user session from my application(SP) logout button. Is there any endpoint to do that. Is it possible to do.

shakila sameera
- 95
- 1
- 6
0
votes
1 answer
What is the token refresh endpoint in WSO2 identity server to get new access token by refresh token
1.What is the token refresh endpoint in WSO2 identity server to get new access token by refresh token.
2.What is the default user session timeout period in idp user.
3.And also can i extend user session timeout period from server end.
4.Is there any…

shakila sameera
- 95
- 1
- 6