AzureADQuickStarts / AppModelv2-WebApp-OpenIDConnect-DotNet

ASP.NET Web Server - OpenID Connect v2 Endpoint Sample
Apache License 2.0
96 stars 91 forks source link

Standardize code replacement strings - ASP .NET quickstart #16

Closed archieag closed 5 years ago

archieag commented 5 years ago

We have a working prototype to improve developer experience in quickstarts so that the downloaded code sample is ready-to-run and no longer needs manual step of copy-pasting the code blob with clientId/password/etc info. For that, we're standardizing code replacement strings as follows: ClientIdStringToReplace : "Enter_the_Application_Id_here" ClientTenantToReplace : "Enter_the_Tenant_Info_Here" ClientSecretToReplace": "Enter_the_Client_Secret_Here" BundleIdToReplace : "Enter_the_Bundle_Id_Here" RedirectUriToReplace : "Enter_the_Redirect_URI_Here" PackageNameToReplace : "Enter_the_Package_Name_Here" SignatureHashToReplace : "Enter_the_Signature_Hash_Here"