forked from edgardmessias/glpi-singlesignon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.xml
113 lines (108 loc) · 4.85 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Single Sign-On</name>
<key>singlesignon</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/plugin.png</logo>
<description>
<short>
<en><![CDATA[Allow to login in GLPI with Single sign-on (SSO)]]></en>
</short>
<long>
<en><![CDATA[
# Single Sign-On for GLPI
[![Build Status](https://travis-ci.org/edgardmessias/glpi-singlesignon.svg?branch=master)](https://travis-ci.org/edgardmessias/glpi-singlesignon)
[![CodeFactor](https://www.codefactor.io/repository/github/edgardmessias/glpi-singlesignon/badge)](https://www.codefactor.io/repository/github/edgardmessias/glpi-singlesignon)
[![Total Downloads](https://img.shields.io/github/downloads/edgardmessias/glpi-singlesignon/total.svg)](https://github.com/edgardmessias/glpi-singlesignon/releases)
[![Current Release](https://img.shields.io/github/release/edgardmessias/glpi-singlesignon.svg)](https://github.com/edgardmessias/glpi-singlesignon/releases/latest)
Single sign-on (SSO) is a property of access control of multiple related, yet independent, software systems. With this property, a user logs in with a single ID and password to gain access to any of several related systems.
# Installation
* Uncompress the archive to the `<GLPI_ROOT>/plugins/singlesignon` directory
* Navigate to the Configuration > Plugins page,
* Install and activate the plugin.
# 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> ]`
# Available providers
* Facebook - https://developers.facebook.com/docs/apps/
* GitHub - https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/
* Google - https://developers.google.com/identity/protocols/OpenIDConnect
* Instagram - https://www.instagram.com/developer/authentication/
* LinkedIn - https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/context
* Generic - Allow to define custom URLs
]]></en>
</long>
</description>
<homepage>https://github.com/edgardmessias/glpi-singlesignon</homepage>
<download>https://github.com/edgardmessias/glpi-singlesignon/releases</download>
<issues>https://github.com/edgardmessias/glpi-singlesignon/issues</issues>
<readme>https://github.com/edgardmessias/glpi-singlesignon/wiki</readme>
<authors>
<author>Edgard Lorraine Messias</author>
</authors>
<versions>
<version>
<num>1.0.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>
<version>
<num>1.1.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>
<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>
<version>
<num>1.3.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>
<version>
<num>1.3.1</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>
<lang>pt_BR</lang>
<lang>de_DE</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<en>
<tag>Authentication</tag>
<tag>Login</tag>
<tag>Single Sign On</tag>
<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>