Balajiprasad's useful codes
Important codings & concepts in web & window applications using microsoft technologies.
Showing posts with label
Token
.
Show all posts
Showing posts with label
Token
.
Show all posts
Tuesday, February 11, 2025
Read B2C Token from Razor MVC Application
›
To Retrieve B2C logged in users token for delegate permissions, follow below steps, Add below lines in startup, // Configuration to sign-in...
Thursday, March 9, 2023
Regex - To find word startswith __ and endswith __ but does not contain __
›
Regex to match words start with double underscore (__) and endswith double underscore (__), but should not contains double underscore (__) ...
1 comment:
›
Home
View web version