[java-idp-plugin-duo] branch master updated: Remove property and config files from distribution
Phil Smart
philip.smart at jisc.ac.uk
Fri Jul 31 16:38:06 UTC 2020
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch master
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=09cb3b0e18d3e2b399e2c3272d6b61bab7f6daed
The following commit(s) were added to refs/heads/master by this push:
new 09cb3b0 Remove property and config files from distribution
09cb3b0 is described below
commit 09cb3b0e18d3e2b399e2c3272d6b61bab7f6daed
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Jul 31 17:38:04 2020 +0100
Remove property and config files from distribution
This duplicates a previous commit.
---
.../src/main/resources/conf/authn/duo-oidc-authn-config.xml | 13 -------------
.../src/main/resources/conf/authn/idp-duo-oidc.properties | 5 -----
2 files changed, 18 deletions(-)
diff --git a/idp-duo-distribution/src/main/resources/conf/authn/duo-oidc-authn-config.xml b/idp-duo-distribution/src/main/resources/conf/authn/duo-oidc-authn-config.xml
deleted file mode 100644
index f7e9f4a..0000000
--- a/idp-duo-distribution/src/main/resources/conf/authn/duo-oidc-authn-config.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util" xmlns:p="http://www.springframework.org/schema/p" xmlns:c="http://www.springframework.org/schema/c"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-
- default-init-method="initialize" default-destroy-method="destroy">
-
-
-
-</beans>
diff --git a/idp-duo-distribution/src/main/resources/conf/authn/idp-duo-oidc.properties b/idp-duo-distribution/src/main/resources/conf/authn/idp-duo-oidc.properties
deleted file mode 100644
index bd66221..0000000
--- a/idp-duo-distribution/src/main/resources/conf/authn/idp-duo-oidc.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-## Duo OIDC 2FA integration settings
-idp.duo.oidc.apiHost = hostname
-idp.duo.oidc.clientId = clientID
-idp.duo.oidc.secretKey = key
-idp.duo.oidc.redirectUri = redirect
\ 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