[java-identity-provider] branch main updated: Remove unneeded dummy file.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 8 20:46:27 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=39a0877e9f653dc3dc3393dc57b9ddee60ccf55e
The following commit(s) were added to refs/heads/main by this push:
new 39a0877e9 Remove unneeded dummy file.
39a0877e9 is described below
commit 39a0877e9f653dc3dc3393dc57b9ddee60ccf55e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 8 15:46:24 2022 -0500
Remove unneeded dummy file.
---
.../src/test/resources/conf/metadata-policy1.json | 21 ---------------------
idp-conf/src/test/resources/conf/oidc.properties | 3 ---
2 files changed, 24 deletions(-)
diff --git a/idp-conf/src/test/resources/conf/metadata-policy1.json b/idp-conf/src/test/resources/conf/metadata-policy1.json
deleted file mode 100644
index c5945dfbe..000000000
--- a/idp-conf/src/test/resources/conf/metadata-policy1.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "grant_types": {
- "one_of": ["authorization_code","implicit"]
- },
- "client_name": {
- "default": "A known test application"
- },
- "organization_name": {
- "value": "A trusted organization"
- },
- "redirect_uris": {
- "regexp": "^https:\/\/(?:([^.]+).)?example.org\/(.*)",
- "essential": true
- },
- "id_token_signed_response_alg": {
- "subset_of": ["RS256", "RS384", "RS512"]
- },
- "scopes": {
- "subset_of": ["openid", "profile", "email", "phone"]
- }
-}
\ No newline at end of file
diff --git a/idp-conf/src/test/resources/conf/oidc.properties b/idp-conf/src/test/resources/conf/oidc.properties
index fefd811e4..a86d224a6 100644
--- a/idp-conf/src/test/resources/conf/oidc.properties
+++ b/idp-conf/src/test/resources/conf/oidc.properties
@@ -81,6 +81,3 @@ idp.oidc.subject.salt = this_too_should_be_ch4ng3d
# Lower bound on the next file refresh from the time calculated based on the previous attempt for OP's own metadata (configuration-flow).
#idp.oidc.config.minRefreshDelay = PT5M
#idp.oidc.config.maxRefreshDelay = PT4H
-
-## To get things loading...
-idp.oidc.dynreg.defaultMetadataPolicyFile = conf/metadata-policy1.json
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list