Skip to content

Commit

Permalink
move repo to OpenIDC github organization
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Mar 8, 2023
1 parent 28e4b3d commit c4da400
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ln -s nginx-${NGINX_VERSION} nginx
cd /tmp/nginx && ./configure --with-debug
cd /tmp
git clone https://github.com/zmartzone/liboauth2.git
git clone https://github.com/OpenIDC/liboauth2.git
cd liboauth2
./autogen.sh
./configure --with-nginx=/tmp/nginx
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[![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)
[![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)

# ngx_sts_module

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

## Quickstart

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

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

#### Commercial Services
Expand Down
2 changes: 1 addition & 1 deletion src/liboauth2-sts

0 comments on commit c4da400

Please sign in to comment.