Coder Social home page Coder Social logo

daukantas / solid-idp-list Goto Github PK

View Code? Open in Web Editor NEW

This project forked from solid-contrib/solid-idp-list

0.0 3.0 0.0 12 KB

List of Solid-compliant identity providers. Add yours!

Home Page: https://solid.github.io/solid-idp-list/services.json

License: MIT License

solid-idp-list's Introduction

List of Solid-compliant identity providers

Adding your own service

The identity providers list allows public Solid-compliant services to gain some exposure, by making themselves discoverable. The configuration options allows the owner of each service to personalize how their respective card will look like, when applications consume this list. An example of such an app can be found at https://solid.github.io/solid-idps/.

Here are the configuration options:

  • url: holds the URL of the service's signup app, to which the user will be redirected
  • icon: the URL of the image that will be used as logo for your service
  • icon_bg: the background color of a an element that contains the icon (e.g. a div, etc.), which typically follows the main theme color of your signup app (e.g. #000, or string - i.e. blue, or RGB values)
  • title: the title of your service (e.g. RWW.IO, databox.me, etc.)
  • title_color: the color of the tile text (e.g. #fff)
  • policyURL: the URL of a page which lists the policies of your service (e.g. privacy, data reuse, etc.)
  • description: a short description of the service; usually the main features it offers (e.g. WebID, storage, inbox, etc.); for best results, try to limit the length of the text to 175 characters
  • btn_bg: the background color for the button a user will click to be sent to your server
  • btn_color: the color of the text on the button

Once you have your configuration ready, you will need to add your configuration (JSON object) to the idps array in the services.json file, and submit a pull request for that file.

Example configuration

Here is an example of configuration options set for databox.me.

{
 	"url": "https://databox.me/",
	"icon": "https://databox.me/logo.png",
	"icon_bg": "#333748",
	"title": "databox.me",
	"title_color": "#fff",
	"policyURL": "https://databox.me/privacy.html",
	"description": "Databox.me is the first Solid-compliant, public and free service on which you can get a WebID and data storage (limited).",
	"btn_bg": "#43C47A",
	"btn_color": "#fff"
}

solid-idp-list's People

Contributors

rubenverborgh avatar melvincarvalho avatar timbl avatar deiu avatar kjetilk avatar leinue avatar

Watchers

James Cloos avatar Jurgutis Vytautas Daukantas avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.