GithubHelp home page GithubHelp logo

authx-micro's Introduction

License: MIT Java17 Gradle Build and Test Docker

authx-micro

Minimalistic standalone OAuth2 authentication and authorization server. Project is compliant with subset of OpenID-connect and OAuth2 and other related specifications.

Disclaimer: This project is WIP ! First release is expected EOF March.2022. AuthX is simplified version of iam-service supporting more data access scenarios.

Test with docker-compose

curl https://raw.githubusercontent.com/jveverka/authx-micro/main/docs/authx-service-deployments/authx-docker-compose.yml -o authx-docker-compose.yml
docker-compose -f authx-docker-compose.yml up -d 
curl http://localhost:7777/actuator/health
curl http://localhost:8080/authx/api/v1/system/info

See other deployments scenarios;

Supported OAuth2 flows

REST Endpoints

  • Check This insomnia collection.
  • OpenAPI 3.0 (swagger)
    http://localhost:8080/authx/v3/api-docs
    http://localhost:8080/authx/swagger-ui/index.html?configUrl=/authx/v3/api-docs/swagger-config
    
  • OAuth2 endpoints
    http://localhost:8080/authx/api/v1/oauth2
    
  • Admin endpoints
    http://localhost:8080/authx/api/v1/admin/authx
    http://localhost:8080/authx/api/v1/admin/project
    
  • Management endpoints
    http://localhost:7777/actuator/health
    http://localhost:7777/actuator/prometheus
    

Technical documentation

RFCs and Specifications

  • RFC6749 - OAuth 2.0 Authorization Framework
  • RFC7009 - OAuth 2.0 Token Revocation
  • RFC7662 - OAuth 2.0 Token Introspection
  • RFC6750 - OAuth 2.0 Bearer Token Usage
  • RFC8414 - OAuth 2.0 Authorization Server Metadata
  • RFC7636 - OAuth 2.0 Proof Key for Code Exchange by OAuth Public Clients (PKCE)
  • RFC7519 - JSON Web Token (JWT)
  • RFC7517 - JSON Web Key (JWK)
  • OpenID - OpenID Connect Core 1.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.