We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used Visual Studio Connected Service to add auth to an API project. I'll document what I did here step-by-step.
My project has a front-end web app and a back-end minimal API app. So I go to manage connected services:
Then I select identity platform, then Next to install the tool.
Register a new app:
Enable graph:
Next, next, finish, leaving everything checked per the defaults.
The generated code is surprisingly accurate, but there are two errors:
And...
So as it is, the code won't compile after I use the scaffolder. Shows a lot of promise, though!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I used Visual Studio Connected Service to add auth to an API project. I'll document what I did here step-by-step.
My project has a front-end web app and a back-end minimal API app. So I go to manage connected services:
Then I select identity platform, then Next to install the tool.
Register a new app:
Enable graph:
Next, next, finish, leaving everything checked per the defaults.
The generated code is surprisingly accurate, but there are two errors:
And...
So as it is, the code won't compile after I use the scaffolder. Shows a lot of promise, though!
The text was updated successfully, but these errors were encountered: