{"id":17882398,"url":"https://github.com/ealsur/auth0documentdb","last_synced_at":"2025-03-22T12:33:19.179Z","repository":{"id":110731397,"uuid":"68494125","full_name":"ealsur/auth0documentdb","owner":"ealsur","description":"Sample repository for Auth0 \u0026 Azure DocumentDB integration","archived":false,"fork":false,"pushed_at":"2017-02-24T16:36:46.000Z","size":38,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T11:38:18.784Z","etag":null,"topics":["asp-net-core","auth0","authentication","azure-documentdb"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ealsur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-09-18T03:40:00.000Z","updated_at":"2023-08-29T11:01:51.000Z","dependencies_parsed_at":"2023-03-22T13:47:27.619Z","dependency_job_id":null,"html_url":"https://github.com/ealsur/auth0documentdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0documentdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0documentdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0documentdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ealsur%2Fauth0documentdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ealsur","download_url":"https://codeload.github.com/ealsur/auth0documentdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959444,"owners_count":20538625,"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":["asp-net-core","auth0","authentication","azure-documentdb"],"created_at":"2024-10-28T12:54:40.865Z","updated_at":"2025-03-22T12:33:19.171Z","avatar_url":"https://github.com/ealsur.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Using Azure DocumentDB with Auth0\n\nThis repository acts as sample in a scenario where you want to use Azure DocumentDB as your database and integrate Auth0's authentication service by a custom database scenario.\n\nYou can read the complete guide and use case in [Auth0's blog](https://auth0.com/blog/documentdb-with-aspnetcore/).\n\nIt includes an ASP.NET Core Web application with a [appsettings.json](https://github.com/ealsur/auth0documentdb/blob/master/appsettings.json) file you need to configure with your account settings:\n```javascript\n    {\n     \"Auth0\": {\n        \"Domain\": \"{YOUR_AUTH0_DOMAIN}\",\n        \"ClientId\": \"{YOUR_AUTH0_CLIENT_ID}\",\n        \"ClientSecret\": \"{YOUR_AUTH0_CLIENT_SECRET}\",\n        \"CallbackUrl\": \"{YOUR_CALLBACK_URL}\"\n      },\n      \"DocumentDb\":{\n        \"EndpointUri\":\"{YOUR_DOCUMENTDB_ENDPOINT_URL}\",\n        \"Key\":\"{YOUR_DOCUMENTDB_PASSWORD}\",\n        \"DatabaseName\":\"{YOUR_EXISTENT_DOCUMENTDB_DATABASE_NAME}\",\n        \"CollectionName\":\"{YOUR_EXISTENT_DOCUMENTDB_COLLECTION_NAME}\"\n      }\n    }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fealsur%2Fauth0documentdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fealsur%2Fauth0documentdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fealsur%2Fauth0documentdb/lists"}