Skip to content

this library handles the server 2 server tokens from an OIDC provider

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

premium-minds/oidc-token-manager-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OIDC Client Token Manager for Java

This library handles the server 2 server tokens from and OIDC provider.

Maven project

Maven Central

Add the following maven dependency to your project pom.xml:

<dependency>
   <groupId>com.premiumminds.oidc</groupId>
   <artifactId>oidc-token-manager</artifactId>
   <version>1.2</version>
</dependency>

Check out sonatype repository for latest snapshots and releases.

Example usage

Include the Nimbus OAuth 2.0 SDK with OpenID Connect extensions to your maven project.

TokenManager<BearerAccessToken> tokenManager = 
    new NimbusOIDCTokenManagerBuilder(new URI("http://provider/token"), "client_id")
        .clientSecret("client_secret").build();
BearerAccessToken token = tokenManager.getAccessToken();

Continuous Integration

Java CI with Maven

Licence

Copyright (C) 2020 Premium Minds

Licensed under the GNU Lesser General Public Licence

About

this library handles the server 2 server tokens from an OIDC provider

Topics

Resources

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •