Align authentication with pnpcore #98
-
I would like to refactor AuthenticationManager to use PnPCore.Auth for token generation.
Do you agree with my proposal? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @sebastianmattar , Thanks for raising this idea. Currently PnP PowerShell, PnP Framework and PnP Core SDK all use Microsoft.Identity.Client as common auth platform, we don't see immediate value of trying to unify all of our auth into the PnP.Core.Auth package at this point, however the idea is good and this might be a future optimization. We would however like to get a better understanding of what authentication approaches you're missing today, can you provide some more context? |
Beta Was this translation helpful? Give feedback.
Hi @sebastianmattar ,
Thanks for raising this idea. Currently PnP PowerShell, PnP Framework and PnP Core SDK all use Microsoft.Identity.Client as common auth platform, we don't see immediate value of trying to unify all of our auth into the PnP.Core.Auth package at this point, however the idea is good and this might be a future optimization.
We would however like to get a better understanding of what authentication approaches you're missing today, can you provide some more context?