[java-idp-plugin-duo] branch main updated: JDUO-51 - Missing period in commented property

Scott Cantor cantor.2 at osu.edu
Thu Aug 12 18:52:12 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-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=9d817a8a6c1c9ae259847ac3277ca53909ec4a30

The following commit(s) were added to refs/heads/main by this push:
       new  9d817a8   JDUO-51 - Missing period in commented property
9d817a8 is described below

commit 9d817a8a6c1c9ae259847ac3277ca53909ec4a30
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 12 14:52:09 2021 -0400

    JDUO-51 - Missing period in commented property
    
    https://shibboleth.atlassian.net/browse/JDUO-51
---
 .../idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties          | 2 +-
 .../shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties
index 174ef0f..1b87aec 100644
--- a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties
+++ b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/conf/authn/duo-oidc.properties
@@ -31,7 +31,7 @@ idp.duo.oidc.redirectURL = https://<hostname>:<port>/idp/profile/Authn/Duo/2FA/d
 #idp.duo.oidc.nonbrowser.apiHost = %{idp.duo.oidc.apiHost}
 #idp.duo.oidc.nonbrowser.integrationKey = ikey
 # Suggest defining this in credentials/secrets.properties
-#idp.duo.oidc nonbrowser.secretKey = key
+#idp.duo.oidc.nonbrowser.secretKey = key
 
 # Shouldn't need changing
 #idp.duo.oidc.endpoint.health = /oauth/v1/health_check
diff --git a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties
index 75e6be6..e9d7847 100644
--- a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties
+++ b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/conf/authn/duo-oidc.properties
@@ -31,7 +31,7 @@ idp.duo.oidc.redirectURL = https://<hostname>:<port>/idp/profile/Authn/Duo/2FA/d
 #idp.duo.oidc.nonbrowser.apiHost = %{idp.duo.oidc.apiHost}
 #idp.duo.oidc.nonbrowser.integrationKey = ikey
 # Suggest defining this in credentials/secrets.properties
-#idp.duo.oidc nonbrowser.secretKey = key
+#idp.duo.oidc.nonbrowser.secretKey = key
 
 # Shouldn't need changing
 #idp.duo.oidc.endpoint.health = /oauth/v1/health_check

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


More information about the commits mailing list