Version Notes
Use OpenID Connect to login by leveraging the oxd client service demon.
Download this release
Release Info
Developer | Volodya |
Extension | Magento_gluu_SSO |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0 to 3.0.1
- app/code/community/GluuOxd/Gluufolder/Block/GluuOxOpenidConfig.php +2 -2
- app/code/community/GluuOxd/Gluufolder/Helper/ClientOXDRP.php +2 -2
- app/code/community/GluuOxd/Gluufolder/Helper/Data.php +2 -2
- app/code/community/GluuOxd/Gluufolder/Helper/GetAuthorizationUrl.php +2 -2
- app/code/community/GluuOxd/Gluufolder/Helper/GetTokensByCode.php +2 -2
- app/code/community/GluuOxd/Gluufolder/Helper/GetUserInfo.php +2 -2
- app/code/community/GluuOxd/Gluufolder/Helper/Logout.php +2 -2
- app/code/community/GluuOxd/Gluufolder/Helper/RegisterSite.php +2 -2
- app/code/community/GluuOxd/Gluufolder/Helper/UpdateSiteRegistration.php +2 -2
- app/code/community/GluuOxd/Gluufolder/controllers/Adminhtml/IndexController.php +2 -2
- app/code/community/GluuOxd/Gluufolder/sql/GluuOxd_Gluufolder_setup/mysql4-install-1.9.2.php +2 -2
- app/code/community/GluuOxd/Gluufolder/sql/GluuOxd_Gluufolder_setup/mysql4-upgrade-1.9.2-1.9.3.php +2 -2
- app/design/adminhtml/default/default/template/gluuoxd_openid/generalEdit.phtml +1 -1
- app/design/adminhtml/default/default/template/gluuoxd_openid/gluuOxOpenidConfig.phtml +1 -1
- app/design/adminhtml/default/default/template/gluuoxd_openid/openidconfigpage.phtml +1 -1
- package.xml +5 -5
app/code/community/GluuOxd/Gluufolder/Block/GluuOxOpenidConfig.php
CHANGED
@@ -5,11 +5,11 @@
|
|
5 |
*
|
6 |
* @package OpenID Connect SSO Extension by Gluu
|
7 |
* @category Extension for Magento 1.9.x
|
8 |
-
* @version 3.0.
|
9 |
*
|
10 |
* @author Gluu Inc. : <https://gluu.org>
|
11 |
* @link Oxd site : <https://oxd.gluu.org>
|
12 |
-
* @link Documentation : <https://
|
13 |
* @director Mike Schwartz : <mike@gluu.org>
|
14 |
* @support Support email : <support@gluu.org>
|
15 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
5 |
*
|
6 |
* @package OpenID Connect SSO Extension by Gluu
|
7 |
* @category Extension for Magento 1.9.x
|
8 |
+
* @version 3.0.1
|
9 |
*
|
10 |
* @author Gluu Inc. : <https://gluu.org>
|
11 |
* @link Oxd site : <https://oxd.gluu.org>
|
12 |
+
* @link Documentation : <https://gluu.org/docs/oxd/3.0.1/plugin/magento/>
|
13 |
* @director Mike Schwartz : <mike@gluu.org>
|
14 |
* @support Support email : <support@gluu.org>
|
15 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/Helper/ClientOXDRP.php
CHANGED
@@ -11,11 +11,11 @@
|
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
-
* @version 3.0.
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
-
* @link Documentation : <https://oxd.gluu.org/docs/3.0.
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
+
* @version 3.0.1
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
+
* @link Documentation : <https://oxd.gluu.org/docs/3.0.1/libraries/php/>
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/Helper/Data.php
CHANGED
@@ -6,11 +6,11 @@
|
|
6 |
*
|
7 |
* @package OpenID Connect SSO Extension by Gluu
|
8 |
* @category Extension for Magento 1.9.x
|
9 |
-
* @version 3.0.
|
10 |
*
|
11 |
* @author Gluu Inc. : <https://gluu.org>
|
12 |
* @link Oxd site : <https://oxd.gluu.org>
|
13 |
-
* @link Documentation : <https://
|
14 |
* @director Mike Schwartz : <mike@gluu.org>
|
15 |
* @support Support email : <support@gluu.org>
|
16 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
6 |
*
|
7 |
* @package OpenID Connect SSO Extension by Gluu
|
8 |
* @category Extension for Magento 1.9.x
|
9 |
+
* @version 3.0.1
|
10 |
*
|
11 |
* @author Gluu Inc. : <https://gluu.org>
|
12 |
* @link Oxd site : <https://oxd.gluu.org>
|
13 |
+
* @link Documentation : <https://gluu.org/docs/oxd/3.0.1/plugin/magento/>
|
14 |
* @director Mike Schwartz : <mike@gluu.org>
|
15 |
* @support Support email : <support@gluu.org>
|
16 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/Helper/GetAuthorizationUrl.php
CHANGED
@@ -11,11 +11,11 @@
|
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
-
* @version 3.0.
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
-
* @link Documentation : <https://oxd.gluu.org/docs/3.0.
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
+
* @version 3.0.1
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
+
* @link Documentation : <https://oxd.gluu.org/docs/3.0.1/libraries/php/>
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/Helper/GetTokensByCode.php
CHANGED
@@ -11,11 +11,11 @@
|
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
-
* @version 3.0.
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
-
* @link Documentation : <https://oxd.gluu.org/docs/3.0.
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
+
* @version 3.0.1
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
+
* @link Documentation : <https://oxd.gluu.org/docs/3.0.1/libraries/php/>
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/Helper/GetUserInfo.php
CHANGED
@@ -11,11 +11,11 @@
|
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
-
* @version 3.0.
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
-
* @link Documentation : <https://oxd.gluu.org/docs/3.0.
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
+
* @version 3.0.1
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
+
* @link Documentation : <https://oxd.gluu.org/docs/3.0.1/libraries/php/>
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/Helper/Logout.php
CHANGED
@@ -11,11 +11,11 @@
|
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
-
* @version 3.0.
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
-
* @link Documentation : <https://oxd.gluu.org/docs/3.0.
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
+
* @version 3.0.1
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
+
* @link Documentation : <https://oxd.gluu.org/docs/3.0.1/libraries/php/>
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/Helper/RegisterSite.php
CHANGED
@@ -11,11 +11,11 @@
|
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
-
* @version 3.0.
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
-
* @link Documentation : <https://oxd.gluu.org/docs/3.0.
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
+
* @version 3.0.1
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
+
* @link Documentation : <https://oxd.gluu.org/docs/3.0.1/libraries/php/>
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/Helper/UpdateSiteRegistration.php
CHANGED
@@ -11,11 +11,11 @@
|
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
-
* @version 3.0.
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
-
* @link Documentation : <https://oxd.gluu.org/docs/3.0.
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
11 |
*
|
12 |
* @package Oxd Library by Gluu
|
13 |
* @category Library, Api
|
14 |
+
* @version 3.0.1
|
15 |
*
|
16 |
* @author Gluu Inc. : <https://gluu.org>
|
17 |
* @link Oxd site : <https://oxd.gluu.org>
|
18 |
+
* @link Documentation : <https://oxd.gluu.org/docs/3.0.1/libraries/php/>
|
19 |
* @director Mike Schwartz : <mike@gluu.org>
|
20 |
* @support Support email : <support@gluu.org>
|
21 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/controllers/Adminhtml/IndexController.php
CHANGED
@@ -5,11 +5,11 @@
|
|
5 |
*
|
6 |
* @package OpenID Connect SSO Extension by Gluu
|
7 |
* @category Extension for Magento 1.9.x
|
8 |
-
* @version 3.0.
|
9 |
*
|
10 |
* @author Gluu Inc. : <https://gluu.org>
|
11 |
* @link Oxd site : <https://oxd.gluu.org>
|
12 |
-
* @link Documentation : <https://
|
13 |
* @director Mike Schwartz : <mike@gluu.org>
|
14 |
* @support Support email : <support@gluu.org>
|
15 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
5 |
*
|
6 |
* @package OpenID Connect SSO Extension by Gluu
|
7 |
* @category Extension for Magento 1.9.x
|
8 |
+
* @version 3.0.1
|
9 |
*
|
10 |
* @author Gluu Inc. : <https://gluu.org>
|
11 |
* @link Oxd site : <https://oxd.gluu.org>
|
12 |
+
* @link Documentation : <https://gluu.org/docs/oxd/3.0.1/plugin/magento/>
|
13 |
* @director Mike Schwartz : <mike@gluu.org>
|
14 |
* @support Support email : <support@gluu.org>
|
15 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/sql/GluuOxd_Gluufolder_setup/mysql4-install-1.9.2.php
CHANGED
@@ -5,11 +5,11 @@
|
|
5 |
*
|
6 |
* @package OpenID Connect SSO Extension by Gluu
|
7 |
* @category Extension for Magento 1.9.x
|
8 |
-
* @version 3.0.
|
9 |
*
|
10 |
* @author Gluu Inc. : <https://gluu.org>
|
11 |
* @link Oxd site : <https://oxd.gluu.org>
|
12 |
-
* @link Documentation : <https://
|
13 |
* @director Mike Schwartz : <mike@gluu.org>
|
14 |
* @support Support email : <support@gluu.org>
|
15 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
5 |
*
|
6 |
* @package OpenID Connect SSO Extension by Gluu
|
7 |
* @category Extension for Magento 1.9.x
|
8 |
+
* @version 3.0.1
|
9 |
*
|
10 |
* @author Gluu Inc. : <https://gluu.org>
|
11 |
* @link Oxd site : <https://oxd.gluu.org>
|
12 |
+
* @link Documentation : <https://gluu.org/docs/oxd/3.0.1/plugin/magento/>
|
13 |
* @director Mike Schwartz : <mike@gluu.org>
|
14 |
* @support Support email : <support@gluu.org>
|
15 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/code/community/GluuOxd/Gluufolder/sql/GluuOxd_Gluufolder_setup/mysql4-upgrade-1.9.2-1.9.3.php
CHANGED
@@ -5,11 +5,11 @@
|
|
5 |
*
|
6 |
* @package OpenID Connect SSO Extension by Gluu
|
7 |
* @category Extension for Magento 1.9.x
|
8 |
-
* @version 3.0.
|
9 |
*
|
10 |
* @author Gluu Inc. : <https://gluu.org>
|
11 |
* @link Oxd site : <https://oxd.gluu.org>
|
12 |
-
* @link Documentation : <https://
|
13 |
* @director Mike Schwartz : <mike@gluu.org>
|
14 |
* @support Support email : <support@gluu.org>
|
15 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
5 |
*
|
6 |
* @package OpenID Connect SSO Extension by Gluu
|
7 |
* @category Extension for Magento 1.9.x
|
8 |
+
* @version 3.0.1
|
9 |
*
|
10 |
* @author Gluu Inc. : <https://gluu.org>
|
11 |
* @link Oxd site : <https://oxd.gluu.org>
|
12 |
+
* @link Documentation : <https://gluu.org/docs/oxd/3.0.1/plugin/magento/>
|
13 |
* @director Mike Schwartz : <mike@gluu.org>
|
14 |
* @support Support email : <support@gluu.org>
|
15 |
* @developer Volodya Karapetyan : <https://github.com/karapetyan88> <mr.karapetyan88@gmail.com>
|
app/design/adminhtml/default/default/template/gluuoxd_openid/generalEdit.phtml
CHANGED
@@ -215,7 +215,7 @@ function gluu_is_oxd_registered(){
|
|
215 |
<?php }else {?>
|
216 |
<li id="social-sharing-setup"><a href="<?php echo $this->getadminurl('*/*/openidconfigpage') ?>">OpenID Connect Configuration</a></li>
|
217 |
<?php }?>
|
218 |
-
<li id=""><a data-method="#configopenid" href="https://
|
219 |
</ul>
|
220 |
<div class="container-page" style="padding: 0px !important;">
|
221 |
<!-- General edit tab without client_id and client_secret -->
|
215 |
<?php }else {?>
|
216 |
<li id="social-sharing-setup"><a href="<?php echo $this->getadminurl('*/*/openidconfigpage') ?>">OpenID Connect Configuration</a></li>
|
217 |
<?php }?>
|
218 |
+
<li id=""><a data-method="#configopenid" href="https://gluu.org/docs/oxd/3.0.1/plugin/magento/" target="_blank">Documentation</a></li>
|
219 |
</ul>
|
220 |
<div class="container-page" style="padding: 0px !important;">
|
221 |
<!-- General edit tab without client_id and client_secret -->
|
app/design/adminhtml/default/default/template/gluuoxd_openid/gluuOxOpenidConfig.phtml
CHANGED
@@ -256,7 +256,7 @@ function gluu_is_oxd_registered(){
|
|
256 |
<?php }else {?>
|
257 |
<li id="social-sharing-setup"><a href="<?php echo $this->getadminurl('*/*/openidConfigPage') ?>">OpenID Connect Configuration</a></li>
|
258 |
<?php }?>
|
259 |
-
<li id=""><a data-method="#configopenid" href="https://
|
260 |
</ul>
|
261 |
<div class="container-page" style="padding: 0px !important;">
|
262 |
<!-- General -->
|
256 |
<?php }else {?>
|
257 |
<li id="social-sharing-setup"><a href="<?php echo $this->getadminurl('*/*/openidConfigPage') ?>">OpenID Connect Configuration</a></li>
|
258 |
<?php }?>
|
259 |
+
<li id=""><a data-method="#configopenid" href="https://gluu.org/docs/oxd/3.0.1/plugin/magento/" target="_blank">Documentation</a></li>
|
260 |
</ul>
|
261 |
<div class="container-page" style="padding: 0px !important;">
|
262 |
<!-- General -->
|
app/design/adminhtml/default/default/template/gluuoxd_openid/openidconfigpage.phtml
CHANGED
@@ -225,7 +225,7 @@ function gluu_is_oxd_registered(){
|
|
225 |
<?php }else {?>
|
226 |
<li class="active" id="social-sharing-setup"><a href="<?php echo $this->getadminurl('*/*/openidconfigpage') ?>">OpenID Connect Configuration</a></li>
|
227 |
<?php }?>
|
228 |
-
<li id=""><a data-method="#configopenid" href="https://
|
229 |
</ul>
|
230 |
<div class="container-page" style="padding: 0px !important;">
|
231 |
<div id="configopenid" style="padding: 20px !important;">
|
225 |
<?php }else {?>
|
226 |
<li class="active" id="social-sharing-setup"><a href="<?php echo $this->getadminurl('*/*/openidconfigpage') ?>">OpenID Connect Configuration</a></li>
|
227 |
<?php }?>
|
228 |
+
<li id=""><a data-method="#configopenid" href="https://gluu.org/docs/oxd/3.0.1/plugin/magento/" target="_blank">Documentation</a></li>
|
229 |
</ul>
|
230 |
<div class="container-page" style="padding: 0px !important;">
|
231 |
<div id="configopenid" style="padding: 20px !important;">
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magento_gluu_SSO</name>
|
4 |
-
<version>3.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://github.com/GluuFederation/gluu-sso-login-magento-extension/blob/master/LICENSE">Gluu inc.</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Use OpenID Connect to login by leveraging the oxd client service demon.</description>
|
11 |
<notes>Use OpenID Connect to login by leveraging the oxd client service demon.</notes>
|
12 |
<authors><author><name>Volodya</name><user>MAG003268474</user><email>mr.karapetyan88@gmail.com</email></author></authors>
|
13 |
-
<date>2017-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="GluuOxd"><dir name="Gluufolder"><dir name="Block"><file name="GluuOxOpenidConfig.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magento_gluu_SSO</name>
|
4 |
+
<version>3.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="https://github.com/GluuFederation/gluu-sso-login-magento-extension/blob/master/LICENSE">Gluu inc.</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Use OpenID Connect to login by leveraging the oxd client service demon.</description>
|
11 |
<notes>Use OpenID Connect to login by leveraging the oxd client service demon.</notes>
|
12 |
<authors><author><name>Volodya</name><user>MAG003268474</user><email>mr.karapetyan88@gmail.com</email></author></authors>
|
13 |
+
<date>2017-03-27</date>
|
14 |
+
<time>17:42:40</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="GluuOxd"><dir name="Gluufolder"><dir name="Block"><file name="GluuOxOpenidConfig.php" hash="3db25b06b712ef5328a164d01e577036"/></dir><dir name="Helper"><file name="ClientOXDRP.php" hash="67b861493d05ee07c0bda5d6ff546f91"/><file name="Data.php" hash="5c82fd2794e27965c97d6f2e78d2f421"/><file name="GetAuthorizationUrl.php" hash="b4319d3df0007972e169065b665c1c6a"/><file name="GetTokensByCode.php" hash="c874987f3ca14dae45e7990239c1e7a1"/><file name="GetUserInfo.php" hash="cc309c65c0b66a191d6995f62a132a44"/><file name="Logout.php" hash="d398ec4fbcb9642bd0afe66b3b2372ec"/><file name="RegisterSite.php" hash="f5bc711a76b44c859be8229b48727345"/><file name="UpdateSiteRegistration.php" hash="5f60f67c08874795155dbc3bce21822b"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="IndexController.php" hash="69abfc162c65418cbcd37eef65149500"/></dir></dir><dir name="etc"><file name="GluuOxd_module.xml" hash="7c46be72751cc58bbbf728f1a351f793"/><file name="config.xml" hash="c89d8f53eaff9efdbbb8df32771bb69d"/></dir><dir name="sql"><dir name="GluuOxd_Gluufolder_setup"><file name="mysql4-install-1.9.2.php" hash="8f57ec9a4a7937b30ad6c30f4c07918f"/><file name="mysql4-upgrade-1.9.2-1.9.3.php" hash="b6aa204a5397d128b43502eb7a222237"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="GluuOxd_Gluufolder.xml" hash="f9331642d3d8803ab3a3a4890fc71aac"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="GluuOxd_Openid"><dir name="css"><file name="gluu-oxd-css.css" hash="baf9352605bfa5b1e517c4fd67956221"/></dir><dir name="js"><file name="scope-custom-script.js" hash="3454c793edc5e41d76c9d6f67b7a8ff2"/></dir><dir name="images"><dir name="icons"><file name="gl.png" hash="d8856c05eccc82c1e17b71fc64b81c34"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="GluuOxd_Gluufolder_layout.xml" hash="de327a32422a9881dbc4b991183edf6b"/></dir><dir name="template"><dir name="gluuoxd_openid"><file name="homepage.phtml" hash="c4f50295935457b3348b6d28e71b2684"/><file name="logout.phtml" hash="87701fc190b9824c7785dbe8d7c7b5a2"/><file name="homepage.phtml" hash="c4f50295935457b3348b6d28e71b2684"/><file name="logout.phtml" hash="87701fc190b9824c7785dbe8d7c7b5a2"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="gluuoxd_openid"><file name="gluuOxOpenidConfig.phtml" hash="b1cb4384178e7610ae4e772eb45dc8c2"/><file name="login.phtml" hash="4b60c146c3f225722ab51aa080dca2d2"/><file name="generalEdit.phtml" hash="a84e7ea922d93b18b70b357d55ae843f"/><file name="openidconfigpage.phtml" hash="7d530c384fe9a5914dc1729030f6ef36"/><file name="logout.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir><dir name="layout"><file name="GluuOxd_Gluufolder.xml" hash="eaa6e591aa366b31cb185475990943a2"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.4.1.</min><max>7.0.0</max></php></required></dependencies>
|
18 |
</package>
|