Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Sample repository for Auth0 & Azure DocumentDB integration

NotificationsYou must be signed in to change notification settings

ealsur/auth0documentdb

Repository files navigation

This 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.

You can read the complete guide and use case inAuth0's blog.

It includes an ASP.NET Core Web application with aappsettings.json file you need to configure with your account settings:

{"Auth0":{"Domain":"{YOUR_AUTH0_DOMAIN}","ClientId":"{YOUR_AUTH0_CLIENT_ID}","ClientSecret":"{YOUR_AUTH0_CLIENT_SECRET}","CallbackUrl":"{YOUR_CALLBACK_URL}"},"DocumentDb":{"EndpointUri":"{YOUR_DOCUMENTDB_ENDPOINT_URL}","Key":"{YOUR_DOCUMENTDB_PASSWORD}","DatabaseName":"{YOUR_EXISTENT_DOCUMENTDB_DATABASE_NAME}","CollectionName":"{YOUR_EXISTENT_DOCUMENTDB_COLLECTION_NAME}"}}

About

Sample repository for Auth0 & Azure DocumentDB integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp