-
Notifications
You must be signed in to change notification settings - Fork 215
Access Token Proof of Possession Capability #2512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
7f46a1f to
21ed0a9
Compare
f46153c to
d79e836
Compare
d79e836 to
0a2936e
Compare
0a2936e to
5e9961e
Compare
5e9961e to
dd2f7e0
Compare
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
ffa1edb to
9f90a73
Compare
929b2b4 to
4d5e435
Compare
src/Authentication/Authentication.Core/Interfaces/IGraphRequestProofofPossession.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication/Handlers/AuthenticationHandler.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication/Handlers/AuthenticationHandler.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
| <PackageReference Include="Azure.Identity.Broker" Version="1.1.0" /> | ||
| <PackageReference Include="Microsoft.Graph.Core" Version="3.0.9" /> | ||
| <PackageReference Include="Azure.Identity" Version="1.12.0-beta.3" /> | ||
| <PackageReference Include="Azure.Identity.Broker" Version="1.2.0-beta.1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In previous conversations, we had wondered if Azure.Identity is actually bringing any value here over using Microsoft.Identity.Client directly. Azure.Identity is intended to limit the surface area exposed to 3P developers. This is not relevant for PowerShell scenarios. I am especially concerned when I see the introduction of Azure.Core.Pipeline. We explicitly don't use the Azure Pipelining because it is only there to abstract away language differences, and again that isn't relevant because our PowerShell modules are only implemented in C#.
src/Authentication/Authentication/Handlers/AuthenticationHandler.cs
Outdated
Show resolved
Hide resolved
8883eda to
e708fc1
Compare
src/Authentication/Authentication.Test/Microsoft.Graph.Authentication.Test.csproj
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
d2d03fa to
ff194cb
Compare
8b69aea to
a1f778a
Compare
34fb968 to
d811806
Compare
d811806 to
2136757
Compare
2136757 to
d599c48
Compare
d599c48 to
0b12cdb
Compare
0b12cdb to
08a14d8
Compare
31b2024 to
b63395f
Compare
b63395f to
7df1cc0
Compare
Adding AT PoP skeleton (#2511) * adding "-AT PoP" option to "Set-MgGraphOptions" --------- AT PoP Version 1 Fehintolaobafemi/methodanduri (#2751) * Making changes to how httpmethod and uri is processed --------- Fixing and updating the docs resolving build break fixing build issues related to docs resolving PR comments updating nuget packages removing unnecessary string assignment Resolving PR comments reverting test csproj changes
7df1cc0 to
0fe01a6
Compare
Fixes #
Changes proposed in this pull request
Other links