-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
9 changed files
with
32 additions
and
95 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
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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # | ||
| # Load the Shibboleth module. | ||
| # | ||
| LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so |
17 changes: 17 additions & 0 deletions
17
Workbench/midpoint_server/container_files/httpd/midpoint-shib.conf
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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| RequestHeader unset Authorization | ||
|
|
||
| <Location /midpoint/auth/shib> | ||
| AuthType shibboleth | ||
| ShibRequestSetting requireSession 1 | ||
| ShibRequireSession on | ||
| ShibUseHeaders On | ||
| require shibboleth | ||
| </Location> | ||
|
|
||
| <Location /> | ||
| AuthType shibboleth | ||
| ShibRequestSetting requireSession false | ||
| ShibUseHeaders On | ||
| require shibboleth | ||
| </Location> | ||
|
|
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| #for midpoint | ||
| RewriteRule "^/midpoint/$" "/midpoint/auth/shib" [R] | ||
|
|
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
32 changes: 0 additions & 32 deletions
32
Workbench/midpoint_server/container_files/supervisor/supervisord.conf
This file was deleted.
Oops, something went wrong.
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