Articles in this series
When we talk about OAuth2 and OpenID Connect(OIDC), we cannot talk about how those two operate by providing access to the client applications without...
The WSO2 Identity Server is mainly comprised of two frameworks, authentication framework and provisioning framework. One of the most important...
User stores are places where you store user information. However, sometimes, the default user store schema might not work with your use cases. For...
WSO2 Identity Server allows you to alter user store operations by registering an event listener for them. These listeners are executed at specific...
The eventing framework of the WSO2 Identity Server can be used to trigger events for user operation events like PRE_ADD_USER and POST_ADD_USER....