plugin.xml 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <root>
  3. <name>Single Sign-On</name>
  4. <key>singlesignon</key>
  5. <state>stable</state>
  6. <logo>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/plugin.png</logo>
  7. <description>
  8. <short>
  9. <en><![CDATA[Allow to login in GLPI with Single sign-on (SSO)]]></en>
  10. </short>
  11. <long>
  12. <en><![CDATA[
  13. # Single Sign-On for GLPI
  14. [![Build Status](https://travis-ci.org/edgardmessias/glpi-singlesignon.svg?branch=master)](https://travis-ci.org/edgardmessias/glpi-singlesignon)
  15. [![CodeFactor](https://www.codefactor.io/repository/github/edgardmessias/glpi-singlesignon/badge)](https://www.codefactor.io/repository/github/edgardmessias/glpi-singlesignon)
  16. [![Total Downloads](https://img.shields.io/github/downloads/edgardmessias/glpi-singlesignon/total.svg)](https://github.com/edgardmessias/glpi-singlesignon/releases)
  17. [![Current Release](https://img.shields.io/github/release/edgardmessias/glpi-singlesignon.svg)](https://github.com/edgardmessias/glpi-singlesignon/releases/latest)
  18. 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.
  19. # Installation
  20. * Uncompress the archive to the `<GLPI_ROOT>/plugins/singlesignon` directory
  21. * Navigate to the Configuration > Plugins page,
  22. * Install and activate the plugin.
  23. # Usage
  24. * Go to `Configuration > Single Sign-On` and add a provider
  25. * To test, do logout and try login with links below login page `[ Login with <name> ]`
  26. # Available providers
  27. * Facebook - https://developers.facebook.com/docs/apps/
  28. * GitHub - https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/
  29. * Google - https://developers.google.com/identity/protocols/OpenIDConnect
  30. * Instagram - https://www.instagram.com/developer/authentication/
  31. * LinkedIn - https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/context
  32. * Generic - Allow to define custom URLs
  33. ]]></en>
  34. </long>
  35. </description>
  36. <homepage>https://github.com/edgardmessias/glpi-singlesignon</homepage>
  37. <download>https://github.com/edgardmessias/glpi-singlesignon/releases</download>
  38. <issues>https://github.com/edgardmessias/glpi-singlesignon/issues</issues>
  39. <readme>https://github.com/edgardmessias/glpi-singlesignon/wiki</readme>
  40. <authors>
  41. <author>Edgard Lorraine Messias</author>
  42. </authors>
  43. <versions>
  44. <version>
  45. <num>1.0.0</num>
  46. <compatibility>0.85</compatibility>
  47. <compatibility>0.90</compatibility>
  48. <compatibility>9.1</compatibility>
  49. <compatibility>9.2</compatibility>
  50. <compatibility>9.3</compatibility>
  51. <compatibility>9.4</compatibility>
  52. </version>
  53. <version>
  54. <num>1.1.0</num>
  55. <compatibility>0.85</compatibility>
  56. <compatibility>0.90</compatibility>
  57. <compatibility>9.1</compatibility>
  58. <compatibility>9.2</compatibility>
  59. <compatibility>9.3</compatibility>
  60. <compatibility>9.4</compatibility>
  61. </version>
  62. <version>
  63. <num>1.2.0</num>
  64. <compatibility>0.85</compatibility>
  65. <compatibility>0.90</compatibility>
  66. <compatibility>9.1</compatibility>
  67. <compatibility>9.2</compatibility>
  68. <compatibility>9.3</compatibility>
  69. <compatibility>9.4</compatibility>
  70. </version>
  71. </versions>
  72. <langs>
  73. <lang>en_GB</lang>
  74. <lang>pt_BR</lang>
  75. </langs>
  76. <license><![CDATA[GPL v2+]]></license>
  77. <tags>
  78. <en>
  79. <tag>Authentication</tag>
  80. <tag>Login</tag>
  81. <tag>Single Sign On</tag>
  82. <tag>SSO</tag>
  83. </en>
  84. </tags>
  85. <screenshots>
  86. <screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/screenshots/image_1.png</screenshot>
  87. <screenshot>https://raw.githubusercontent.com/edgardmessias/glpi-singlesignon/master/screenshots/image_1.png</screenshot>
  88. </screenshots>
  89. </root>