azure - Claims Transformation with ADAL -
is there way claims transformation adal .net library , using usewindowsazureactivedirectorybearerauthentication?
i'm able in secuitytokenvalidated event when using useopenidconnectauthentication
jwtsecuritytokenhandler
defines virtual function createclaimsidentity
can take control of.
you need provide custom implementation of jwtsecuritytokenhandler
, set windowsazureactivedirectorybearerauthenticationoptions.tokenhandler
custom implementation.
Comments
Post a Comment