Spring Security and WSO2 Authorization

289 views Asked by At

I am new to wso2 and its very confusing. I'm developing a web application using authorization Provider: WSO2 Identity Server (IS)

I am looking for minimum configuration on the wso2 side so the simple way is to use SOAP call AuthenticationAdmin services https://host:port/services/AuthenticationAdmin?wsdl

I couldn't find much about the interaction between the authorization server and the resource server and how should it look like.

How to configure spring-security, maybe there is some sample I can look at

1

There are 1 answers

0
senthalan On BEST ANSWER

You can find more information about the concepts of the OAuth here. You find how to work with OAuth in WSO2 IS also. You can also refer to the white paper

Here is a blog about how to secure Spring Boot based web application using OpenID Connect. This blog includes a sample