Skip to content

quarkiverse/quarkus-oidc-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus - OIDC proxy

All Contributors

Version

Provide OpenId Connect (OIDC) authorization code flow proxy support for Quarkus OIDC service applications

This project extends Quarkus OIDC extension and adds OIDC authorization code flow support for Quarkus OIDC service applications by proxying OIDC authorization code flow requests and delegating them to the real OIDC provider which is configured for the current Quarkus OIDC service application.

It allows an integration of Quarkus OIDC service applications without exposing internal OIDC configuration details with external Single-page applications (SPA) or Quarkus OIDC web-app applications which authenticate users with the OIDC authorization code.

To get started, add the dependency:

<dependency>
    <groupId>io.quarkiverse.oidc-proxy</groupId>
    <artifactId>quarkus-oidc-proxy</artifactId>
</dependency>

For more details, check the complete documentation.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


sberyozkin

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!