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 ca89456 commit 6b0edef
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 @@ -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
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,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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/liboauth2-sts

0 comments on commit 6b0edef

Please sign in to comment.