{"id":13596395,"url":"https://github.com/IdentityServer/IdentityServer3.Samples","last_synced_at":"2025-04-09T16:32:35.388Z","repository":{"id":18721908,"uuid":"21933023","full_name":"IdentityServer/IdentityServer3.Samples","owner":"IdentityServer","description":"Samples for IdentityServer v3","archived":true,"fork":false,"pushed_at":"2017-09-09T15:13:20.000Z","size":6483,"stargazers_count":610,"open_issues_count":12,"forks_count":1249,"subscribers_count":92,"default_branch":"master","last_synced_at":"2024-11-06T19:44:19.991Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/IdentityServer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-17T07:41:36.000Z","updated_at":"2024-08-11T23:51:35.000Z","dependencies_parsed_at":"2022-08-07T09:01:11.837Z","dependency_job_id":null,"html_url":"https://github.com/IdentityServer/IdentityServer3.Samples","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdentityServer%2FIdentityServer3.Samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdentityServer%2FIdentityServer3.Samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdentityServer%2FIdentityServer3.Samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdentityServer%2FIdentityServer3.Samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IdentityServer","download_url":"https://codeload.github.com/IdentityServer/IdentityServer3.Samples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248067923,"owners_count":21042379,"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":[],"created_at":"2024-08-01T16:02:23.763Z","updated_at":"2025-04-09T16:32:30.380Z","avatar_url":"https://github.com/IdentityServer.png","language":"JavaScript","readme":"IdentityServer3 Samples\n======================================\n\n[![Gitter](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/IdentityServer/IdentityServer3?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n#### ASP.NET Core Hosting Sample\n[link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/AspNetCore)\n\n#### MVC Authentication walk-through [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/MVC%20Authentication)\nStep by step tutorial on how to use identity server to provide authentication services to an MVC application and a Web API. See [here](https://identityserver.github.io/Documentation/docsv2/overview/mvcGettingStarted.html) for instructions.\n\n#### Clients [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/Clients)\nSample clients and API for: client credentials, resource owner flow, code flow, form post, native and JavaScript implicit flow, WS-Federation and OpenID Connect Katana middleware.\n\n#### Self-Host (minimal) [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/SelfHost%20(Minimal))\nBare bones IdentityServer v3 host with all in-memory repositories.\n\n#### Web-Host (minimal) [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/WebHost%20(minimal))\nBare bones IdentityServer v3 hosted in IIS (Express)\n\n#### Self-Host with WS-Federation [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/SelfHost%20(InMem%20with%20WS-Fed))\nBare bones IdentityServer v3 host with all in-memory repositories and the WS-Federation plugin.\n\n#### EntityFramework [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/EntityFramework)\nSample which illustrates how to use the IdentityServer3.EntityFramework plugin which stores all of IdentityServer's configuration in an EF-capable database.\n\n#### MembershipReboot [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/MembershipReboot)\nSample which illustrates how to use the IdentityServer3.MembershipReboot plugin for identity management using MembershipReboot.\n\n#### AspNetIdentity [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/AspNetIdentity)\nSample which illustrates how to use the IdentityServer3.AspNetIdentity plugin for identity management using ASP.NET Identity.\n\n#### CustomUserService [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/CustomUserService)\nSample to illustrate how to customize the login workflow by implementing a custom user service.\n\n#### EmbeddedAssetsViewService [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/EmbeddedAssetsViewService)\nSample to illustrate how to add custom CSS and/or JavaScript to the default web pages IdentityServer displays to users.\n\n#### CustomViewService [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/CustomViewService)\nSample to illustrate how to completely replace the views shown to the user for login, logout, logged out, consent and errors.\n\n#### MVC ViewService [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/dev/source/MVC%20ViewService)\nSample to illustrate how to use MVC controllers and views to implement the ViewService\n\n#### DependencyInjection [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/DependencyInjection)\nSample to illustrate how to register custom services with IdentityServer and how to accept as constructor parameters other IdentityServer dependencies and custom dependencies.\n\n#### Custom Grant Types [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/Custom%20Grants)\nSample to illustrate how add support for non-standard grant types at the token endpoint.\n\n#### Custom Grant Types (more customization) [link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/Custom%20Grants%20(more%20customization))\nSample to illustrate how add support for non-standard grant types at the token endpoint. This sample also uses a custom user service and claims provider\n\n#### Logging\nSample to illustrate how to use IdentityServer logging in custom services (e.g. a custom user service) as well as how to \nadd a custom logging sink. \n\n#### Xamarin samples\n[link](https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/Xamarin)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIdentityServer%2FIdentityServer3.Samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIdentityServer%2FIdentityServer3.Samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIdentityServer%2FIdentityServer3.Samples/lists"}