All Projects → jmnarloch → feign-oauth2-spring-cloud-starter

jmnarloch / feign-oauth2-spring-cloud-starter

Licence: Apache-2.0 license
Spring Cloud Feign OAuth2 authentication

Programming Languages

java
68154 projects - #9 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].