#Bad docs?
1 messages · Page 1 of 1 (latest)
well, it's the integration of identity to .net
aka the library that implements identity
if it's not supposed to introduce the library and how to use it, then what is?
To answer your question @fair marlin, this is what I'm trying to do
I have the app registration, and the client ID. I have to manage 2 identities inside this app, the app itself, and the client's
not sure how to accomplish that
the docs only refers to user authentication, not the use of client app; i believe you might be after this instead - https://learn.microsoft.com/en-us/azure/active-directory/develop/web-app-quickstart?pivots=devlang-aspnet-core
to use both, one for the web app authentication and the other inside, you would normally have a claim i would assume - https://learn.microsoft.com/en-us/aspnet/core/security/authentication/claims?view=aspnetcore-7.0
Much appreciated
Seems the doc you mentioned requires you to know about claims beforehand, e.g.:
https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/technical-reference/the-role-of-claims
is this how your learn c#? do things until you get stuck then try to find the correct ms docs for it? isn't there a structured way?