From 6b0edef665e5fea13aa3388f697bcd3430ce6f0b Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Wed, 8 Mar 2023 10:16:39 +0100 Subject: [PATCH] move repo to OpenIDC github organization Signed-off-by: Hans Zandbelt --- .github/workflows/build.yml | 2 +- .gitmodules | 2 +- ChangeLog | 3 +++ README.md | 6 +++--- src/liboauth2-sts | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 396e34c..16d89bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: sudo apt-get install -y libssl-dev libcurl4-openssl-dev libhiredis-dev libmemcached-dev sudo apt-get install -y libjansson-dev libcjose-dev apache2-dev libxml2-dev check pkg-config cd /tmp - git clone https://github.com/zmartzone/liboauth2.git + git clone https://github.com/OpenIDC/liboauth2.git cd liboauth2 ./autogen.sh ./configure diff --git a/.gitmodules b/.gitmodules index 8414c66..e03aca0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/liboauth2-sts"] path = src/liboauth2-sts - url = https://github.com/zmartzone/liboauth2-sts.git + url = https://github.com/OpenIDC/liboauth2-sts.git diff --git a/ChangeLog b/ChangeLog index d1ea002..7a6929a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +03/08/2023 +- move repo to OpenIDC github organization + 12/06/2022 - change Makefile install procedure - depend on liboauth 1.4.5.2 diff --git a/README.md b/README.md index 5f415a6..b9e8507 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://github.com/zmartzone/mod_sts/actions/workflows/build.yml/badge.svg)](https://github.com/zmartzone/mod_sts/actions/workflows/build.yml) +[![Build Status](https://github.com/OpenIDC/mod_sts/actions/workflows/build.yml/badge.svg)](https://github.com/OpenIDC/mod_sts/actions/workflows/build.yml) # mod_sts A security token exchange module for Apache HTTP Server 2.x which allows for exchanging arbitrary security @@ -28,7 +28,7 @@ and you don't want to enforce support for that legacy onto your external clients An source (or: incoming) token can be presented in a header (e.g. an `Authorization: bearer` header for OAuth 2.0 bearer access tokens), a query parameter or a cookie. Alternatively the token can be consumed from an environment variable set by a another Apache (authentication) module such as a validated access -token set by [mod_oauth2](https://github.com/zmartzone/mod_oauth2) operating as an OAuth 2.0 Resource +token set by [mod_oauth2](https://github.com/OpenIDC/mod_oauth2) operating as an OAuth 2.0 Resource Server. Sample supported - incoming/external - source tokens: @@ -131,7 +131,7 @@ directory. #### Community Support For generic questions, see the Wiki pages with Frequently Asked Questions at: - [https://github.com/zmartzone/mod_sts/wiki](https://github.com/zmartzone/mod_sts/wiki) + [https://github.com/OpenIDC/mod_sts/wiki](https://github.com/OpenIDC/mod_sts/wiki) Any questions/issues should go to issues tracker. #### Commercial Services diff --git a/src/liboauth2-sts b/src/liboauth2-sts index 104588b..74c96b9 160000 --- a/src/liboauth2-sts +++ b/src/liboauth2-sts @@ -1 +1 @@ -Subproject commit 104588b5f5e05112bf3bc9dc4e324e62d6a1269c +Subproject commit 74c96b99b9bf77f3439704ca4a542d7398314197