[java-identity-provider] branch main updated: Adjust issuer to match testbed.

Scott Cantor cantor.2 at osu.edu
Wed Dec 1 18:52:35 UTC 2021


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=b01bb641d2bc0dcf429ce3fe9c7b049874aaf5fd

The following commit(s) were added to refs/heads/main by this push:
     new b01bb641d Adjust issuer to match testbed.
b01bb641d is described below

commit b01bb641d2bc0dcf429ce3fe9c7b049874aaf5fd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 1 13:52:31 2021 -0500

    Adjust issuer to match testbed.
---
 idp-conf/src/test/resources/conf/oidc.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/test/resources/conf/oidc.properties b/idp-conf/src/test/resources/conf/oidc.properties
index 990fcb3ec..588ae7d3f 100644
--- a/idp-conf/src/test/resources/conf/oidc.properties
+++ b/idp-conf/src/test/resources/conf/oidc.properties
@@ -1,5 +1,5 @@
 # Set the Open ID Connect Issuer value 
-idp.oidc.issuer = https://your.issuer.example.org
+idp.oidc.issuer = https://sp.example.org
 
 #Dynamic registration properties
 # The validity of registration before a new one is required.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list