Skip to content

Commit 1217148

Browse files
authored
Merge pull request #44 from shingo78/feature/remove-nii-openidp
Remove NII OpenIdP from Embedded DS
2 parents 0940bbe + 6f2fd56 commit 1217148

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

auth-proxy/resources/etc/templates/config.php.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,6 @@ $config = [
12731273
{% if enable_federation=="1" or enable_federation=="yes" %}
12741274
['type' => 'flatfile', 'directory' => 'metadata/gakunin-metadata'],
12751275
['type' => 'flatfile', 'directory' => 'metadata/attributeauthority-remote'],
1276-
['type' => 'flatfile', 'directory' => 'metadata/open-idp-metadata'],
12771276
['type' => 'flatfile', 'directory' => 'metadata/orthros-metadata'],
12781277
{% if cgidp_localfile_metadata=="1" or cgidp_localfile_metadata=="yes"
12791278
or enable_test_federation=="1" or enable_test_federation=="yes" %}

auth-proxy/resources/etc/templates/embedded-wayf-config.js.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ var wayf_sp_samlDSURL = wayf_sp_handlerURL;
201201
// [Optional, commented out by default]
202202
{% set enable_test_federation = env("ENABLE_TEST_FEDERATION", "no") %}
203203
var wayf_additional_idps = [
204-
{name:"OpenIdP",
205-
entityID:"https://openidp.nii.ac.jp/idp/shibboleth",
206-
SAML1SSOurl:"https://openidp.nii.ac.jp/idp/profile/Shibboleth/SSO"},
207204
{% if enable_test_federation=="1" or enable_test_federation=="yes" %}
208205
{name:"Orthros",
209206
entityID:"https://core-stg.orthros.gakunin.nii.ac.jp/idp"},

auth-proxy/resources/etc/templates/federation/module_metarefresh.php.j2

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ $config = [
3939
'outputDir' => 'metadata/orthros-metadata/',
4040
'outputFormat' => 'flatfile',
4141
'expireAfter' => 60*60*24*4
42-
],
43-
'open-idp-metadata' => [
44-
'cron' => ['daily'],
45-
'sources' => [
46-
[
47-
'src' => 'https://openidp.nii.ac.jp/idp/shibboleth',
48-
]
49-
],
50-
'outputDir' => 'metadata/open-idp-metadata/',
51-
'outputFormat' => 'flatfile',
52-
'expireAfter' => 60*60*24*4
5342
]
5443
]
5544
];

0 commit comments

Comments
 (0)