Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jan 12, 2021
1 parent f31838e commit 65435d9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in

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

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

# Screenshots

![image 1](./screenshots/image_1.png)
![image 2](./screenshots/image_2.png)

# Donation
<table border="0">
<tr>
Expand Down
13 changes: 13 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
<compatibility>9.3</compatibility>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.2.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
<compatibility>9.2</compatibility>
<compatibility>9.3</compatibility>
<compatibility>9.4</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
Expand All @@ -78,4 +87,8 @@ Single sign-on (SSO) is a property of access control of multiple related, yet in
<tag>SSO</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/screenshots/image_1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/screenshots/image_1.png</screenshot>
</screenshots>
</root>
Binary file added screenshots/image_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/image_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('PLUGIN_SINGLESIGNON_VERSION', '1.1.0');
define('PLUGIN_SINGLESIGNON_VERSION', '1.2.0');

$folder = basename(dirname(__FILE__));

Expand Down
1 change: 1 addition & 0 deletions tools/make-release.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function glob_recursive($pattern, $flags = 0) {

echo "Remove unused files\n";
$to_remove = [
'screenshots',
'tools',
'composer.json',
'composer.lock',
Expand Down

0 comments on commit 65435d9

Please sign in to comment.