{"id":22268138,"url":"https://github.com/curityio/example-dotnet-openid-connect-client","last_synced_at":"2025-07-22T12:33:54.909Z","repository":{"id":40768877,"uuid":"105736144","full_name":"curityio/example-dotnet-openid-connect-client","owner":"curityio","description":"An example website that implements OAuth 2.0 and OpenID Connect with the .NET Framework","archived":false,"fork":false,"pushed_at":"2023-05-09T16:58:10.000Z","size":277,"stargazers_count":31,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T20:45:37.282Z","etag":null,"topics":["code-example","dotnet","dotnet-framework","oauth2","openid-connect","website"],"latest_commit_sha":null,"homepage":"https://curity.io/resources/learn/dotnetframework-openid-connect-client/","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/curityio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-04T05:55:54.000Z","updated_at":"2025-03-21T21:55:53.000Z","dependencies_parsed_at":"2024-12-03T11:11:47.268Z","dependency_job_id":null,"html_url":"https://github.com/curityio/example-dotnet-openid-connect-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/curityio/example-dotnet-openid-connect-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fexample-dotnet-openid-connect-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fexample-dotnet-openid-connect-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fexample-dotnet-openid-connect-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fexample-dotnet-openid-connect-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curityio","download_url":"https://codeload.github.com/curityio/example-dotnet-openid-connect-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fexample-dotnet-openid-connect-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266496343,"owners_count":23938711,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["code-example","dotnet","dotnet-framework","oauth2","openid-connect","website"],"created_at":"2024-12-03T11:11:41.350Z","updated_at":"2025-07-22T12:33:54.810Z","avatar_url":"https://github.com/curityio.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenID Connect Demo\n\n[![Quality](https://img.shields.io/badge/quality-demo-red)](https://curity.io/resources/code-examples/status/)\n[![Availability](https://img.shields.io/badge/availability-source-blue)](https://curity.io/resources/code-examples/status/)\n\nThis is a .NET framework demo application to explain how the OpenID Connect code flow is implemented.\\\nSee the tutorial on the [Curity Web Site](https://curity.io/resources/learn/dotnetframework-openid-connect-client/) for further details.\n\n\n## web.config\nweb.config is used as a configuration file for the example app. Change the values to match your system.\n\nName            | Type    | Mandatory | Default  | Description\n----------------| ------- | :-------: | -------- | :---------------\n`redirect_uri`  | string  |    ✓      |          | The redirect uri to use, must be registered for the client at the OpenID Connect server.\n`client_id`     | string  |    ✓      |          | The id for the client. Used to authenticate the client against the authorization server endpoint.\n`client_secret` | string  |    ✓      |          | The shared secret to use for authentication against the token endpoint.\n`scope`         | string  |           | `openid` | The scopes to ask for.\n`jwks_uri`      | URL     | if `issuer` is not set and the `openid` scope is requested          |          | The URL that points to the JWK set.\n`authorization_endpoint` | URL | if `issuer` is not set     |          | The URL to the authorization_endpoint.\n`token_endpoint`| URL     |    if `issuer` is not set      |          | The URL to the token_endpoint. \n`issuer`        | string  | if the `openid` scope is requested.           |          | The ID of the token issuer. This enables metadata discovery which will override the configuration set up in this file.\n`base_url`      | string  |           |          | base url to be added to internal redirects. Set this to enable the client to be behind a proxy.\n\n\n## Questions and Support\n\nFor questions and support, contact Curity AB:\n\n\u003e Curity AB\n\u003e\n\u003e info@curity.io\n\u003e https://curity.io\n\n\nCopyright (C) 2016 Curity AB.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurityio%2Fexample-dotnet-openid-connect-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurityio%2Fexample-dotnet-openid-connect-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurityio%2Fexample-dotnet-openid-connect-client/lists"}