spring-guides / tut-spring-security-and-angular-js

Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures, ranging from a simple single server to an API gateway with OAuth2 authentication.

Home Page:https://spring.io/guides/tutorials/spring-security-and-angular-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in config file in documentation

matfed opened this issue · comments

There's a typo in tutorial, here: https://spring.io/guides/tutorials/spring-security-and-angular-js/ and here: https://github.com/spring-guides/tut-spring-security-and-angular-js/blob/master/oauth2-vanilla/README.adoc

Is:
security.oauth2.client.scopes: openid
should be:
security.oauth2.client.scope: openid

(i.e. scopes should be singular)

Thanks.