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 properly OIDC Logout in WSO2 IS
I am trying to logout from an application that is using OIDC for the authentication. Once Am logged in I can not logout when I head to /logout am not seeing the consent page that am used to see when logging out from the WSO2 Console application(I…

BA23AC
- 38
- 5
0
votes
1 answer
WSO2 IS Custom authenticator with property files
I am creating a custom authenticator in WSO2 IS 5.11 and I need to create some property files in server, i.e, repository/conf/myproperties.properties to load them from the custom authenticator. I always get "access denied". How can I set this…

fipries
- 386
- 3
- 19
0
votes
1 answer
wso2 identity server 5.7.0 How write Script for Role1?
I want Use this link:
https://docs.wso2.com/display/IS570/Adaptive+Authentication
I want Role1 Can't Login to my Application and Write this Code:
and it's Don't Work and Role1 can login to my application.
How can Write this script?
// Role-Based…

فاطمه شریفی
- 61
- 5
0
votes
1 answer
How to find user login logout time in WSO2 Identity Server?
In WSO2 identity server, how can we find login logout time of all user's?
The Identity Server is using MySQL database.
What SQL statement can retrieve this information from the database
Or Which tables will contain this information?

Jasper2000
- 37
- 7
0
votes
1 answer
Wso2 Identity Server 5.7.0 Role Management
I Have a Service Provider with openId/Auth2 like this picture:
I just want Role1 to be able to use the serviceProvider1, but Role2 can not use the same service.

فاطمه شریفی
- 61
- 5
0
votes
1 answer
WSO2 Identity Server 5.7.0 Revoke Method don't work
WSO2 Identity Server 5.7.0 Revoke Method doesn't work resulting in Error Code : 401 -> UnAuthorize.
this link says how to use the revoke method, and I want use this for c# code:
WebRequest request2 =…

فاطمه شریفی
- 61
- 5
0
votes
1 answer
Disable authentication second step for some authenticators from the first step
I am configuring Advanced Authentication Configuration and now i have two steps with three authenticators:
First step: basic and my custom authenticator.
Second step: for my second step i added Password Reset Enforcer
Is it possible to disable…

Askar Sanbayev
- 57
- 9
0
votes
1 answer
WSO2-IS 5.10.0 - Service Provider - OAuthAdminServiceIdentityOAuthAdminException
I'm trying to configure an OAuth/OpenId connect on Service Providers in WSO2 Identity Server and I'm facing an error:
Error occurred while adding the application : OAuthAdminServiceIdentityOAuthAdminException
wso2-is.log:
[2021-04-23 14:20:35,113]…

Aldo Inácio da Silva
- 824
- 2
- 14
- 38
0
votes
3 answers
How can I attach certificate to the user to have no problem with multi-factor authentification in wso2 is 5.11.0?
In WSO2 IS v5.11.0 I have "local & Outbound Athentication Configuration" with two steps Authentication Step Configuration.
Step1 uses basic authenticator. Step2 uses X509Certificate authenticator.
But when I try to login I get the following error:…

stapter
- 1
- 1
0
votes
1 answer
wso2 Identity Server 5.7.0 Service Provider how set User role?
WSO2 Identity Server have service provider.
I have multiple service provider and multiple user role.
I want:
Role1 access and use Service Provider1.
Role2 access and use Service Provider2.
Role3 access and use Service Provider3.
How can config…

فاطمه شریفی
- 61
- 5
0
votes
1 answer
How to persist external Idp generated user access_token with WSO2 IS
I've below usecase to be implemented :
A User should be able to login through External IDP's authorization_code grant flow into Service provider configured in WSO2 Identity Server -> This requirement has been achieved by adding External IDP &…

Abhishek Kandi
- 15
- 6
0
votes
1 answer
WSO2 Token generation without password
We've requirement of generating access token without using user's password. User's email, client's id & secret can be provided. This will be internally used within a specific client.
What's the best way of fulfilling this requirement. Should be…

Abhishek Kandi
- 15
- 6
0
votes
1 answer
OKTA Key manager is not working with WS02 API Manager 3.2.0
Description:
Key Manager OKTA doesn't work when API is subscribed to application other than Default Application in DevPortal of WSO2 APIM 3.2.0
Steps to reproduce:
Login to admin portal using admin credentials.
Register OKTA key manager by details…

anuu_online
- 374
- 1
- 3
- 14
0
votes
1 answer
WSO2 Identity server - Restrict Inbound Authentication of service provider based on user's role
I have created a tenant 'A' in wso2 IS and added my ldap user store in it. In the tenant 'A', I have configured a 'test' service provider with oauth2 as inbound authentication. As of now, I am successful with authenticating all the user in store…

Miguel GW
- 13
- 5
0
votes
2 answers
SSL Handshake causing the Unable to resolve Configuration with the provided Issuer of "https://localhost:9443/oauth2/token" Exception
I am trying to use WSO2 identity server in my project and am trying to learn the basics but every single time I try something I get this exception when running the application that I've cloned from this repo here I have changed the issuer-uri in the…

ABK
- 9
- 1
- 8