Skip to content

SpringCloud/feign-oauth2-spring-cloud-starter

 
 

Repository files navigation

Spring Cloud Netflix Feign OAuth2

A Spring Cloud Feign extension that propagates OAuth2 authorization tokes.

Build Status Coverage Status

Features

Configures Feign to propagate the OAuth2 authorization token.

Setup

Add the Spring Cloud starter to your project:

<dependency>
  <groupId>io.jmnarloch</groupId>
  <artifactId>feign-oauth2-spring-cloud-starter</artifactId>
  <version>1.0.0</version>
</dependency>

Properties

The only supported property is feign.oauth2.enabled which allows to disable this extension.

feign.oauth2.enabled=true 

License

Apache 2.0

About

Spring Cloud Feign OAuth2 authentication

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%