spring-projects / spring-security-samples

1.45k stars 706 forks source link

More complete examples for webflux request #142

Open dustzhouwei opened 1 year ago

dustzhouwei commented 1 year ago

Can there be some complete examples of using Spring Security in combination with Spring Authorization Server, covering all modes, such as client credentials, authorization code, jwt bearer, I tried client_ credentials, which means that it cannot be adjusted, prompts 'access denie' or 'The iss claim is not valid', but relevant information cannot be found online,Additionally, I am using webflux.