Skip to content

Commit 6b0edef

Browse files
committed
move repo to OpenIDC github organization
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent ca89456 commit 6b0edef

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo apt-get install -y libssl-dev libcurl4-openssl-dev libhiredis-dev libmemcached-dev
2222
sudo apt-get install -y libjansson-dev libcjose-dev apache2-dev libxml2-dev check pkg-config
2323
cd /tmp
24-
git clone https://github.com/zmartzone/liboauth2.git
24+
git clone https://github.com/OpenIDC/liboauth2.git
2525
cd liboauth2
2626
./autogen.sh
2727
./configure

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "src/liboauth2-sts"]
22
path = src/liboauth2-sts
3-
url = https://github.com/zmartzone/liboauth2-sts.git
3+
url = https://github.com/OpenIDC/liboauth2-sts.git

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
03/08/2023
2+
- move repo to OpenIDC github organization
3+
14
12/06/2022
25
- change Makefile install procedure
36
- depend on liboauth 1.4.5.2

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://github.com/zmartzone/mod_sts/actions/workflows/build.yml/badge.svg)](https://github.com/zmartzone/mod_sts/actions/workflows/build.yml)
1+
[![Build Status](https://github.com/OpenIDC/mod_sts/actions/workflows/build.yml/badge.svg)](https://github.com/OpenIDC/mod_sts/actions/workflows/build.yml)
22

33
# mod_sts
44
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
2828
An source (or: incoming) token can be presented in a header (e.g. an `Authorization: bearer` header for
2929
OAuth 2.0 bearer access tokens), a query parameter or a cookie. Alternatively the token can be consumed
3030
from an environment variable set by a another Apache (authentication) module such as a validated access
31-
token set by [mod_oauth2](https://github.com/zmartzone/mod_oauth2) operating as an OAuth 2.0 Resource
31+
token set by [mod_oauth2](https://github.com/OpenIDC/mod_oauth2) operating as an OAuth 2.0 Resource
3232
Server.
3333

3434
Sample supported - incoming/external - source tokens:
@@ -131,7 +131,7 @@ directory.
131131

132132
#### Community Support
133133
For generic questions, see the Wiki pages with Frequently Asked Questions at:
134-
[https://github.com/zmartzone/mod_sts/wiki](https://github.com/zmartzone/mod_sts/wiki)
134+
[https://github.com/OpenIDC/mod_sts/wiki](https://github.com/OpenIDC/mod_sts/wiki)
135135
Any questions/issues should go to issues tracker.
136136

137137
#### Commercial Services

0 commit comments

Comments
 (0)