-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3896c4a
commit 1cd17f2
Showing
6 changed files
with
32 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# IAP_DEV_TOKEN= | ||
CONNECT2_HOST=connect2 | ||
IAP_DEV_TOKEN= | ||
IAP_EXPECTED_AUDIENCE= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?php | ||
|
||
$conf['CONNECT2_HOST'] = 'http://localhost:3001/groups/slugs'; | ||
$conf['IAP_EXPECTED_AUDIENCE'] = ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
<?php | ||
$meta['CONNECT2_HOST'] = array('string', '_caution' => 'danger'); | ||
$meta['IAP_EXPECTED_AUDIENCE'] = array('string', '_caution' => 'danger'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ base authiapconnect2 | |
author Joep de Jong | ||
email [email protected] | ||
date 2023-06-04 | ||
name IAP - Connect2 Auth | ||
desc Provides user authentication using GCE IAP and Connect2 for Groups | ||
name IAP - Auth | ||
desc Provides user authentication using GCE IAP for groups | ||
url https://github.com/wisvch/wiki |