-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
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
Add authentication feature to Dynamo Sandbox #13445
Conversation
@@ -54,6 +54,7 @@ | |||
<None Remove="Views\GuidedTour\HtmlPages\Resources\ConnectTheNode.gif" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Autodesk.IDSDK" Version="1.1.5" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remind me why do we need the dependency here as well as DynamoCore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need it here, I can remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zeusongit Autodesk.IDSDK is library private not public to open sources ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it is private for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments but good progress
Would you clean up this PR and make it ready for review? Would love to get it in today without the login function |
Purpose
DYN-5186
This PR enable Dynamo Sandbox users to authenticate and login themselves using their Autodesk credentials. This will enable them to access Package Manager publish feature as well other upcoming features that will require authentication.
The environment and client ID required are provided by the config file.
Note: We are still waiting for some approvals and nuget package deployment in order for this to work [Do not merge].
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@DynamoDS/dynamo