|
|
||
|---|---|---|
| .. | ||
| Controllers | ||
| Models | ||
| Views | ||
| wwwroot | ||
| .bowerrc | ||
| ClaimsTransformation.csproj | ||
| ClaimsTransformer.cs | ||
| Program.cs | ||
| README.md | ||
| Startup.cs | ||
| appsettings.Development.json | ||
| appsettings.json | ||
| bower.json | ||
| bundleconfig.json | ||
README.md
AuthSamples.ClaimsTransformation
Sample demonstrating claims transformation:
- Run the app and click on the MyClaims tab, this should trigger a redirect to login.
- Login with any username and password, the sample just validates that any values are provided.
- You should be redirected back to /Home/MyClaims which will show a few user claims including a Transformed time.
- Refresh the page and see that the Transformed time updates.
Startup.cs and ClaimsTransformer.cs are the most interesting classes in this sample.