web:framework:spring:oauth2

Ceci est une ancienne révision du document !


Spring OAuth2

Mise en place d'Oauth2 avec Spring :

A ajouter dans pom.xml

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-security</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
        </dependency>

  • web/framework/spring/oauth2.1713261359.txt.gz
  • Dernière modification : il y a 5 semaines
  • de jcheron