{"id":19992324,"url":"https://github.com/aruss/IdentityBase","last_synced_at":"2025-05-04T11:31:03.080Z","repository":{"id":40938384,"uuid":"79437297","full_name":"aruss/IdentityBase","owner":"aruss","description":"IdentityBase is a Universal Identity Platform for web, mobile and IoT built on top of IdentityServer.","archived":false,"fork":false,"pushed_at":"2022-12-08T05:22:48.000Z","size":10029,"stargazers_count":114,"open_issues_count":26,"forks_count":37,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2024-04-28T22:04:35.318Z","etag":null,"topics":["aspnet-core","dotnet","identity","identityserver","identityserver4","oauth2","openid-connect","security"],"latest_commit_sha":null,"homepage":"http://identitybase.net","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aruss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-19T09:28:35.000Z","updated_at":"2024-02-29T12:58:57.000Z","dependencies_parsed_at":"2023-01-24T14:15:29.965Z","dependency_job_id":null,"html_url":"https://github.com/aruss/IdentityBase","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruss%2FIdentityBase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruss%2FIdentityBase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruss%2FIdentityBase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aruss%2FIdentityBase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aruss","download_url":"https://codeload.github.com/aruss/IdentityBase/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252329243,"owners_count":21730575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet-core","dotnet","identity","identityserver","identityserver4","oauth2","openid-connect","security"],"created_at":"2024-11-13T04:52:07.423Z","updated_at":"2025-05-04T11:30:58.073Z","avatar_url":"https://github.com/aruss.png","language":"C#","funding_links":[],"categories":["C\\#"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"./docs/icon.png\" alt=\"IdentityBase\" width=\"200\"\u003e\n  \u003cbr\u003e\n  IdentityBase\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eIdentityBase is a Identity and Access Control solution built on top of \u003ca href=\"http://identityserver.io/\" target=\"_blank\"\u003eIdentityServer\u003c/a\u003e. \u003cbr/\u003eIt provides Single Sign On \u0026 Token Based Authentication with many other features right out of the box.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca target=\"_blank\" href=\"https://ci.appveyor.com/project/aruss81994/identitybase\"\u003e\n    \u003cimg src=\"https://ci.appveyor.com/api/projects/status/fub9f3dhuctubpxr?svg=true\" alt=\"Build status\"\u003e\n  \u003c/a\u003e\n  \u003c!--\u003ca  target=\"_blank\" href=\"https://coveralls.io/github/IdentityBaseNet/IdentityBase?branch=master\"\u003e\n      \u003cimg src=\"https://coveralls.io/repos/github/IdentityBaseNet/IdentityBase/badge.svg?branch=master\" alt=\"Coverage Status\"\u003e\n  \u003c/a\u003e--\u003e\n\u003c/p\u003e\n\n### Status: Development, not recommended for production use yet!\n\n### Features\n\n* **Single Sign-on / Sign-out**\n  Single sign-on (and out) over multiple application types.\n* **Authentication as a Service**\n  Centralized login logic and workflow for all of your applications (web, native, mobile, services).\n* **Access Control for APIs**\n  Issue access tokens for APIs for various types of clients, e.g. server to server, web applications, SPAs and native/mobile apps.\n* **Federation Gateway**\n  Support for external identity providers like Azure Active Directory, Google, Facebook etc. This shields your applications from the details of how to connect to these external providers.\n* **Theming**\n  Support for custom themes, you can change the default [Bootstrap](http://getbootstrap.com/) styles or create completely new UI by writing your own Razor views.\n* **Localization**\n  Localization support for UI, E-Mail and SMS templates.\n* **HTTP API**\n  Manage user invitations and change users E-Mail and Password directly from your relying party app.\n* **Plugin Support**\n  Modular Architecture allows to add custom plugins and/or replace default parts of IdentityBase.\n* **Database Support for**\n  - Microsoft SQL Server, LocalDB\n  - PostgreSQL\n  - MySQL\n  - MariaDB\n  - InMemory (Recommended only for testing)\n\n## Getting started\n\n### Clone\n\n```sh\ngit clone -q --branch=develop https://github.com/IdentityBaseNet/IdentityBase.git\ncd IdentityBase\ngit submodule update --init\n```\n\nIf you find after cloning the repository that some files are checked\nout or marked for deletion make sure to run this command.\n\n```sh\ngit config --global core.longpaths true\n```\n\nThen clone the repository again.\n\n### Requirements\n\nFor development you require following tools installed on\nyour host machine.\n\n- Visual Studio 2017 or newer\n- Docker\n\n### Examples\n\nIf you just want to see IdentityBase in action go to examples folder and try out the\n[docker example](./examples/Docker/).\n\n### Development\n\nFor development checkout the [getting started documentation](./docs/getting-started.md)\n\n## Acknowledgements\n\nIdentityBase is built using the following great open source projects\n\n* [ASP.NET Core](https://github.com/aspnet)\n* [IdentityServer4](https://github.com/IdentityServer/IdentityServer4)\n* [BrockAllen.MembershipReboot](https://github.com/brockallen/BrockAllen.MembershipReboot)\n* [Json.Net](http://www.newtonsoft.com/json)\n* [XUnit](https://xunit.github.io/)\n* [Fluent Assertions](http://www.fluentassertions.com/)\n* [Serilog](https://serilog.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faruss%2FIdentityBase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faruss%2FIdentityBase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faruss%2FIdentityBase/lists"}