From cec6bb96df644fedcabede3597340e619394a51b Mon Sep 17 00:00:00 2001 From: Richard Hagen Date: Thu, 28 Nov 2024 16:14:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcafcbc..6c56ab8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![SCM Compliance](https://scm-compliance-api.radix.equinor.com/repos/equinor/radix-api/badge)](https://developer.equinor.com/governance/scm-policy/) + # Radix Oauth Guard The Guard is a HTTP Server that responds to requests on http://localhost:8000/auth and authenticates the header `Authorization: Bearer JWT` against the configured ISSUER, AUDIENCE and authorizes the request agains a comma separated list of subjects.