Skip to content

Commit c4da400

Browse files
committed
move repo to OpenIDC github organization
Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
1 parent 28e4b3d commit c4da400

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
@@ -28,7 +28,7 @@ jobs:
2828
ln -s nginx-${NGINX_VERSION} nginx
2929
cd /tmp/nginx && ./configure --with-debug
3030
cd /tmp
31-
git clone https://github.com/zmartzone/liboauth2.git
31+
git clone https://github.com/OpenIDC/liboauth2.git
3232
cd liboauth2
3333
./autogen.sh
3434
./configure --with-nginx=/tmp/nginx

.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,11 +1,11 @@
1-
[![Build Status](https://github.com/zmartzone/ngx_sts_module/actions/workflows/build.yml/badge.svg)](https://github.com/zmartzone/ngx_sts_module/actions/workflows/build.yml)
1+
[![Build Status](https://github.com/OpenIDC/ngx_sts_module/actions/workflows/build.yml/badge.svg)](https://github.com/OpenIDC/ngx_sts_module/actions/workflows/build.yml)
22

33
# ngx_sts_module
44

55
A security token exchange module for the NGINX web server which allows for exchanging arbitrary security
66
tokens by calling into a remote Security Token Service (STS).
77
For an overview and rationale see the Apache version of this module at:
8-
https://github.com/zmartzone/mod_sts/blob/master/README.md.
8+
https://github.com/OpenIDC/mod_sts/blob/master/README.md.
99

1010
## Quickstart
1111

@@ -156,7 +156,7 @@ Post: pass the target token in a POST parameter to the proxied backend:
156156

157157
#### Community Support
158158
For generic questions, see the Wiki pages with Frequently Asked Questions at:
159-
[https://github.com/zmartzone/ngx_sts_module/wiki](https://github.com/zmartzone/ngx_sts_module/wiki)
159+
[https://github.com/OpenIDC/ngx_sts_module/wiki](https://github.com/OpenIDC/ngx_sts_module/wiki)
160160
Any questions/issues should go to issues tracker.
161161

162162
#### Commercial Services

0 commit comments

Comments
 (0)