[java-idp-oidc] branch main updated: Adjust some comments.

Scott Cantor cantor.2 at osu.edu
Tue Feb 9 15:41:11 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=a7d94d8f2cff114849f0d2f75d5dd7c64b983fed

The following commit(s) were added to refs/heads/main by this push:
       new  a7d94d8f  Adjust some comments.
a7d94d8f is described below

commit a7d94d8f2cff114849f0d2f75d5dd7c64b983fed
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 9 10:41:09 2021 -0500

    Adjust some comments.
---
 .../net/shibboleth/idp/plugin/oidc/op/conf/oidc-credentials.xml       | 4 +++-
 .../resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties  | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-credentials.xml b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-credentials.xml
index 2bbb06e6..b08896ca 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-credentials.xml
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc-credentials.xml
@@ -9,7 +9,9 @@
 
     default-init-method="initialize" default-destroy-method="destroy">
 
-    <!-- This file contains default oidc signing credentials. This file should be imported to credentials.xml -->
+    <!--
+    This file contains default OIDC signing credentials. This file should be imported into credentials.xml.
+    -->
 
     <bean id="shibboleth.oidc.DefaultRSSigningCredential" parent="shibboleth.JWKCredential"
         p:resource="%{idp.signing.oidc.rs.key}" />
diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
index be179f3f..95d2597c 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
@@ -33,7 +33,7 @@ idp.oidc.issuer = https://your.issuer.example.com
 # Storage for revocation cache. Requires server-side storage
 #idp.oidc.revocationCache.StorageService = shibboleth.StorageService
 
-# Signing keys for oidc id tokens / userinfo response. 
+# Signing keys for id tokens / userinfo response
 idp.signing.oidc.rs.key = %{idp.home}/credentials/idp-signing-rs.jwk
 idp.signing.oidc.es.key = %{idp.home}/credentials/idp-signing-es.jwk
 # Request object decryption key

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


More information about the commits mailing list