Validate WSO2 API Manager through a Single Page Application

I am new to WSO2 API Manager. I installed it to proxy my REST endpoints and to control access through oAuth2. Big! I was able to access my REST implementation in the backend through the oAuth2 API Manager process (via the API console). Now I want to configure the full return path, starting with the user authentication process, where the authentication is verified by the corresponding roles. So...

Next, I want to create a one-page application and bring the authentication step either to redirect the user to the login page (authentication service), or to allow the user to interact directly with one page of the application and allow some authentication services to log into the application page.

Question: Can I use the Key Manager component of the API Manager to process user authentication (based on oAuth2) or do I need to install WSO2 Identity Server to handle authentication?

I see that the WSO2 API Manager can host Users and Roles, a Custom Store, and an endpoint for processing (authz) tokens, but can it also handle a login (authentication) request from my only application?

+4
source share
1 answer

APIM OAuth2. . , APIM IS.

https://localhost:8243/authorize
https://localhost:8243/token
0

Source: https://habr.com/ru/post/1657497/


All Articles