Skip to content

Commit 65435d9

Browse files
committed
New release
1 parent f31838e commit 65435d9

File tree

6 files changed

+21
-2
lines changed

6 files changed

+21
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
1414

1515
# Usage
1616
* Go to `Configuration > Single Sign-On` and add a provider
17-
* To test, do logout and try login with links below login page `[ Login with <name> ]`
17+
* To test, do logout and try login with links below login page `Login with <name>`
1818

1919
# Available providers
2020
* Azure - https://docs.microsoft.com/azure/app-service/configure-authentication-provider-aad
@@ -25,6 +25,11 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
2525
* LinkedIn - https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/context
2626
* Generic - Allow to define custom URLs
2727

28+
# Screenshots
29+
30+
![image 1](./screenshots/image_1.png)
31+
![image 2](./screenshots/image_2.png)
32+
2833
# Donation
2934
<table border="0">
3035
<tr>

plugin.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
6464
<compatibility>9.3</compatibility>
6565
<compatibility>9.4</compatibility>
6666
</version>
67+
<version>
68+
<num>1.2.0</num>
69+
<compatibility>0.85</compatibility>
70+
<compatibility>0.90</compatibility>
71+
<compatibility>9.1</compatibility>
72+
<compatibility>9.2</compatibility>
73+
<compatibility>9.3</compatibility>
74+
<compatibility>9.4</compatibility>
75+
</version>
6776
</versions>
6877
<langs>
6978
<lang>en_GB</lang>
@@ -78,4 +87,8 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
7887
<tag>SSO</tag>
7988
</en>
8089
</tags>
90+
<screenshots>
91+
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/screenshots/image_1.png</screenshot>
92+
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/screenshots/image_1.png</screenshot>
93+
</screenshots>
8194
</root>

screenshots/image_1.png

14.7 KB
Loading

screenshots/image_2.png

10.2 KB
Loading

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('PLUGIN_SINGLESIGNON_VERSION', '1.1.0');
3+
define('PLUGIN_SINGLESIGNON_VERSION', '1.2.0');
44

55
$folder = basename(dirname(__FILE__));
66

tools/make-release.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ function glob_recursive($pattern, $flags = 0) {
6363

6464
echo "Remove unused files\n";
6565
$to_remove = [
66+
'screenshots',
6667
'tools',
6768
'composer.json',
6869
'composer.lock',

0 commit comments

Comments
 (0)