diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-07-02 18:11:51 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-07-02 18:11:51 +0200 |
commit | 60c09e4d552828ec1521ed7ad0ca2a3fd3492e3a (patch) | |
tree | 29548cfb5281c3098038c683f80808d7536168d2 /connector/src/main/resources/META-INF | |
parent | ae550884f5467f6ff6df23100686bc54e100d2d4 (diff) | |
download | National_eIDAS_Gateway-60c09e4d552828ec1521ed7ad0ca2a3fd3492e3a.tar.gz National_eIDAS_Gateway-60c09e4d552828ec1521ed7ad0ca2a3fd3492e3a.tar.bz2 National_eIDAS_Gateway-60c09e4d552828ec1521ed7ad0ca2a3fd3492e3a.zip |
add country selection
Diffstat (limited to 'connector/src/main/resources/META-INF')
-rw-r--r-- | connector/src/main/resources/META-INF/services/at.gv.egiz.eaaf.core.api.idp.auth.modules.AuthModule | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connector/src/main/resources/META-INF/services/at.gv.egiz.eaaf.core.api.idp.auth.modules.AuthModule b/connector/src/main/resources/META-INF/services/at.gv.egiz.eaaf.core.api.idp.auth.modules.AuthModule new file mode 100644 index 00000000..813eba42 --- /dev/null +++ b/connector/src/main/resources/META-INF/services/at.gv.egiz.eaaf.core.api.idp.auth.modules.AuthModule @@ -0,0 +1 @@ +at.gv.egiz.eidas.specific.connector.processes.CountrySelectionProcessImpl
\ No newline at end of file |