Tag: API

Authorization for APIs with XACML and OAuth 2.0

In this blog post, let see how we can implement XACML to authorize the APIs. I wish you are familiar with OAuth 2.0 and lets directly go through the diagram   OAuth access token is granted to the application from OAuth Authorization Server. Application can use the Access Token to access the API resources in […]

User Role management with WSO2 Identity Server APIs

WSO2 Identity Server provides  a simple web service API for user role management. If your application needs a user role management function, you can directly integrate with Identity Server rather than dealing with the user store. There is a web service API called  RemoteUserStoreManagerService   that can be used to manage users and roles.   […]