I have used the source code to impliment your Mix Auth login in our project.
but some time specially on web api level it it's directly authenticated with windowsIdentity hence we are not ablet o get the custom claims. it doesnt return the claims identity instead it only returns windowsIdentity.
or you can say. windowsIdentiy is not converting to claimsIdentiy immediately. even I tried to add custom claims on import that also is not affecting.
I have used the source code to impliment your Mix Auth login in our project.
but some time specially on web api level it it's directly authenticated with windowsIdentity hence we are not ablet o get the custom claims. it doesnt return the claims identity instead it only returns windowsIdentity.
or you can say. windowsIdentiy is not converting to claimsIdentiy immediately. even I tried to add custom claims on import that also is not affecting.