Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
{
"source_path": "msal-dotnet-articles/acquiring-tokens/desktop-mobile/xamarin.md",
"redirect_url": "/entra/msal/dotnet/acquiring-tokens/desktop-mobile/mobile-applications"
},
{
"source_path": "msal-dotnet-articles/microsoft-identity-web/index.md",
"redirect_url": "/entra/msidweb/"
},
{
"source_path": "msal-dotnet-articles/microsoft-identity-web/getting-started/scenarios.md",
"redirect_url": "/entra/msidweb/"
}
]
}
15 changes: 12 additions & 3 deletions dotnet/xml/FrameworksIndex/msal-dotnet-latest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="msal-dotnet-latest">
<Assemblies>
<Assembly Name="Microsoft.Identity.Client.Broker" Version="4.83.1.0" />
<Assembly Name="Microsoft.Identity.Client.Desktop" Version="4.83.1.0" />
<Assembly Name="Microsoft.Identity.Client" Version="4.83.1.0" />
<Assembly Name="Microsoft.Identity.Client.Broker" Version="4.83.3.0" />
<Assembly Name="Microsoft.Identity.Client.Desktop" Version="4.83.3.0" />
<Assembly Name="Microsoft.Identity.Client" Version="4.83.3.0" />
</Assemblies>
<Namespace Name="Microsoft.Identity.Client">
<Type Name="Microsoft.Identity.Client.AadAuthorityAudience" Id="T:Microsoft.Identity.Client.AadAuthorityAudience">
Expand Down Expand Up @@ -103,6 +103,11 @@
<Member Id="M:Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder.Validate" />
<Member Id="M:Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder.WithSendX5C(System.Boolean)" />
</Type>
<Type Name="Microsoft.Identity.Client.AcquireTokenByUserFederatedIdentityCredentialParameterBuilder" Id="T:Microsoft.Identity.Client.AcquireTokenByUserFederatedIdentityCredentialParameterBuilder">
<Member Id="M:Microsoft.Identity.Client.AcquireTokenByUserFederatedIdentityCredentialParameterBuilder.Validate" />
<Member Id="M:Microsoft.Identity.Client.AcquireTokenByUserFederatedIdentityCredentialParameterBuilder.WithForceRefresh(System.Boolean)" />
<Member Id="M:Microsoft.Identity.Client.AcquireTokenByUserFederatedIdentityCredentialParameterBuilder.WithSendX5C(System.Boolean)" />
</Type>
<Type Name="Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder" Id="T:Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder">
<Member Id="M:Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder.Validate" />
<Member Id="M:Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder.WithSendX5C(System.Boolean)" />
Expand Down Expand Up @@ -324,6 +329,7 @@
<Member Id="M:Microsoft.Identity.Client.ConfidentialClientApplication.GetAuthorizationRequestUrl(System.Collections.Generic.IEnumerable{System.String})" />
<Member Id="M:Microsoft.Identity.Client.ConfidentialClientApplication.InitiateLongRunningProcessInWebApi(System.Collections.Generic.IEnumerable{System.String},System.String,System.String@)" />
<Member Id="M:Microsoft.Identity.Client.ConfidentialClientApplication.Microsoft#Identity#Client#IByRefreshToken#AcquireTokenByRefreshToken(System.Collections.Generic.IEnumerable{System.String},System.String)" />
<Member Id="M:Microsoft.Identity.Client.ConfidentialClientApplication.Microsoft#Identity#Client#IByUserFederatedIdentityCredential#AcquireTokenByUserFederatedIdentityCredential(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)" />
<Member Id="M:Microsoft.Identity.Client.ConfidentialClientApplication.Microsoft#Identity#Client#IByUsernameAndPassword#AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)" />
<Member Id="M:Microsoft.Identity.Client.ConfidentialClientApplication.StopLongRunningProcessInWebApiAsync(System.String,System.Threading.CancellationToken)" />
<Member Id="P:Microsoft.Identity.Client.ConfidentialClientApplication.AppTokenCache" />
Expand Down Expand Up @@ -412,6 +418,9 @@
<Type Name="Microsoft.Identity.Client.IByRefreshToken" Id="T:Microsoft.Identity.Client.IByRefreshToken">
<Member Id="M:Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshToken(System.Collections.Generic.IEnumerable{System.String},System.String)" />
</Type>
<Type Name="Microsoft.Identity.Client.IByUserFederatedIdentityCredential" Id="T:Microsoft.Identity.Client.IByUserFederatedIdentityCredential">
<Member Id="M:Microsoft.Identity.Client.IByUserFederatedIdentityCredential.AcquireTokenByUserFederatedIdentityCredential(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)" />
</Type>
<Type Name="Microsoft.Identity.Client.IByUsernameAndPassword" Id="T:Microsoft.Identity.Client.IByUsernameAndPassword">
<Member Id="M:Microsoft.Identity.Client.IByUsernameAndPassword.AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable{System.String},System.String,System.String)" />
</Type>
Expand Down
42 changes: 30 additions & 12 deletions dotnet/xml/FrameworksIndex/msal-model-dotnet-latest.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="msal-model-dotnet-latest">
<Assemblies>
<Assembly Name="Microsoft.Identity.Abstractions" Version="11.2.0.0" />
<Assembly Name="Microsoft.Identity.Web.Azure" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.Certificate" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.Certificateless" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.DownstreamApi" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Abstractions" Version="12.0.0.0" />
<Assembly Name="Microsoft.Identity.Web.Azure" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.Certificate" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.Certificateless" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.DownstreamApi" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.DownstreamRestApi" Version="2.0.8.0" />
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraph" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraphBeta" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.OWIN" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.TokenAcquisition" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.TokenCache" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.UI" Version="4.5.0.0" />
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraph" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraphBeta" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.OWIN" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.TokenAcquisition" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.TokenCache" Version="4.8.0.0" />
<Assembly Name="Microsoft.Identity.Web.UI" Version="4.8.0.0" />
</Assemblies>
<Namespace Name="Microsoft.Identity.Abstractions">
<Type Name="Microsoft.Identity.Abstractions.AcquireTokenOptions" Id="T:Microsoft.Identity.Abstractions.AcquireTokenOptions">
Expand Down Expand Up @@ -393,6 +393,14 @@
<Type Name="Microsoft.Identity.Web.BeforeTokenAcquisitionForOnBehalfOfAsync" Id="T:Microsoft.Identity.Web.BeforeTokenAcquisitionForOnBehalfOfAsync" />
<Type Name="Microsoft.Identity.Web.BeforeTokenAcquisitionForTestUser" Id="T:Microsoft.Identity.Web.BeforeTokenAcquisitionForTestUser" />
<Type Name="Microsoft.Identity.Web.BeforeTokenAcquisitionForTestUserAsync" Id="T:Microsoft.Identity.Web.BeforeTokenAcquisitionForTestUserAsync" />
<Type Name="Microsoft.Identity.Web.BlazorAuthenticationChallengeHandler" Id="T:Microsoft.Identity.Web.BlazorAuthenticationChallengeHandler">
<Member Id="M:Microsoft.Identity.Web.BlazorAuthenticationChallengeHandler.#ctor(Microsoft.AspNetCore.Components.NavigationManager,Microsoft.AspNetCore.Components.Authorization.AuthenticationStateProvider,Microsoft.Extensions.Configuration.IConfiguration)" />
<Member Id="M:Microsoft.Identity.Web.BlazorAuthenticationChallengeHandler.ChallengeUser(System.Security.Claims.ClaimsPrincipal,System.String[],System.String)" />
<Member Id="M:Microsoft.Identity.Web.BlazorAuthenticationChallengeHandler.ChallengeUserWithConfiguredScopesAsync(System.String)" />
<Member Id="M:Microsoft.Identity.Web.BlazorAuthenticationChallengeHandler.GetUserAsync" />
<Member Id="M:Microsoft.Identity.Web.BlazorAuthenticationChallengeHandler.HandleExceptionAsync(System.Exception)" />
<Member Id="M:Microsoft.Identity.Web.BlazorAuthenticationChallengeHandler.IsAuthenticatedAsync" />
</Type>
<Type Name="Microsoft.Identity.Web.CertificateDescription" Id="T:Microsoft.Identity.Web.CertificateDescription">
<Member Id="M:Microsoft.Identity.Web.CertificateDescription.#ctor" />
<Member Id="M:Microsoft.Identity.Web.CertificateDescription.#ctor(Microsoft.Identity.Abstractions.CredentialDescription)" />
Expand Down Expand Up @@ -583,6 +591,10 @@
<Type Name="Microsoft.Identity.Web.ICertificateLoader" Id="T:Microsoft.Identity.Web.ICertificateLoader">
<Member Id="M:Microsoft.Identity.Web.ICertificateLoader.LoadIfNeeded(Microsoft.Identity.Web.CertificateDescription)" />
</Type>
<Type Name="Microsoft.Identity.Web.ICredentialsProvider" Id="T:Microsoft.Identity.Web.ICredentialsProvider">
<Member Id="M:Microsoft.Identity.Web.ICredentialsProvider.GetCredentialAsync(Microsoft.Identity.Abstractions.CredentialSourceLoaderParameters,System.Threading.CancellationToken)" />
<Member Id="M:Microsoft.Identity.Web.ICredentialsProvider.NotifyCertificateUsed(Microsoft.Identity.Abstractions.CredentialSourceLoaderParameters,Microsoft.Identity.Abstractions.CredentialDescription,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean,System.Exception)" />
</Type>
<Type Name="Microsoft.Identity.Web.IDownstreamWebApi" Id="T:Microsoft.Identity.Web.IDownstreamWebApi">
<Member Id="M:Microsoft.Identity.Web.IDownstreamWebApi.CallWebApiForAppAsync(System.String,System.Action{Microsoft.Identity.Web.DownstreamWebApiOptions},System.Net.Http.StringContent)" />
<Member Id="M:Microsoft.Identity.Web.IDownstreamWebApi.CallWebApiForAppAsync(System.String,System.String,System.Action{Microsoft.Identity.Web.DownstreamWebApiOptions},System.Net.Http.StringContent)" />
Expand Down Expand Up @@ -614,6 +626,9 @@
<Member Id="M:Microsoft.Identity.Web.ITokenAcquisition.ReplyForbiddenWithWwwAuthenticateHeader(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.MsalUiRequiredException,System.String,Microsoft.AspNetCore.Http.HttpResponse)" />
<Member Id="M:Microsoft.Identity.Web.ITokenAcquisition.ReplyForbiddenWithWwwAuthenticateHeaderAsync(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.MsalUiRequiredException,Microsoft.AspNetCore.Http.HttpResponse)" />
</Type>
<Type Name="Microsoft.Identity.Web.LoginLogoutEndpointRouteBuilderExtensions" Id="T:Microsoft.Identity.Web.LoginLogoutEndpointRouteBuilderExtensions">
<Member Id="M:Microsoft.Identity.Web.LoginLogoutEndpointRouteBuilderExtensions.MapLoginAndLogout(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder)" />
</Type>
<Type Name="Microsoft.Identity.Web.ManagedIdentityClientAssertion" Id="T:Microsoft.Identity.Web.ManagedIdentityClientAssertion">
<Member Id="M:Microsoft.Identity.Web.ManagedIdentityClientAssertion.#ctor(System.String)" />
<Member Id="M:Microsoft.Identity.Web.ManagedIdentityClientAssertion.#ctor(System.String,System.String)" />
Expand Down Expand Up @@ -698,10 +713,12 @@
</Type>
<Type Name="Microsoft.Identity.Web.MicrosoftIdentityMessageHandler" Id="T:Microsoft.Identity.Web.MicrosoftIdentityMessageHandler">
<Member Id="M:Microsoft.Identity.Web.MicrosoftIdentityMessageHandler.#ctor(Microsoft.Identity.Abstractions.IAuthorizationHeaderProvider,Microsoft.Identity.Web.MicrosoftIdentityMessageHandlerOptions,Microsoft.Extensions.Logging.ILogger{Microsoft.Identity.Web.MicrosoftIdentityMessageHandler})" />
<Member Id="M:Microsoft.Identity.Web.MicrosoftIdentityMessageHandler.#ctor(Microsoft.Identity.Abstractions.IAuthorizationHeaderProvider,Microsoft.Identity.Web.MicrosoftIdentityMessageHandlerOptions,Microsoft.Identity.Client.IMsalMtlsHttpClientFactory,Microsoft.Extensions.Logging.ILogger{Microsoft.Identity.Web.MicrosoftIdentityMessageHandler})" />
<Member Id="M:Microsoft.Identity.Web.MicrosoftIdentityMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" />
</Type>
<Type Name="Microsoft.Identity.Web.MicrosoftIdentityMessageHandlerOptions" Id="T:Microsoft.Identity.Web.MicrosoftIdentityMessageHandlerOptions">
<Member Id="M:Microsoft.Identity.Web.MicrosoftIdentityMessageHandlerOptions.#ctor" />
<Member Id="M:Microsoft.Identity.Web.MicrosoftIdentityMessageHandlerOptions.#ctor(Microsoft.Identity.Web.MicrosoftIdentityMessageHandlerOptions)" />
<Member Id="P:Microsoft.Identity.Web.MicrosoftIdentityMessageHandlerOptions.Scopes" />
</Type>
<Type Name="Microsoft.Identity.Web.MicrosoftIdentityOptions" Id="T:Microsoft.Identity.Web.MicrosoftIdentityOptions">
Expand Down Expand Up @@ -891,6 +908,7 @@
<Member Id="P:Microsoft.Identity.Web.Experimental.CertificateChangeEventArg.Action" />
<Member Id="P:Microsoft.Identity.Web.Experimental.CertificateChangeEventArg.Certificate" />
<Member Id="P:Microsoft.Identity.Web.Experimental.CertificateChangeEventArg.CredentialDescription" />
<Member Id="P:Microsoft.Identity.Web.Experimental.CertificateChangeEventArg.CredentialSourceLoaderParameters" />
<Member Id="P:Microsoft.Identity.Web.Experimental.CertificateChangeEventArg.ThrownException" />
</Type>
<Type Name="Microsoft.Identity.Web.Experimental.ICertificatesObserver" Id="T:Microsoft.Identity.Web.Experimental.ICertificatesObserver">
Expand Down
28 changes: 14 additions & 14 deletions dotnet/xml/FrameworksIndex/msal-web-dotnet-latest.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="msal-web-dotnet-latest">
<Assemblies>
<Assembly Name="Microsoft.IdentityModel.Abstractions" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.JsonWebTokens" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Abstractions" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.JsonWebTokens" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.KeyVaultExtensions" Version="7.7.1.0" />
<Assembly Name="Microsoft.IdentityModel.Logging" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.LoggingExtensions" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Logging" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.LoggingExtensions" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.ManagedKeyVaultSecurityKey" Version="7.7.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.WsFederation" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.TestExtensions" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens.Saml" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Validators" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Xml" Version="8.16.0.0" />
<Assembly Name="System.IdentityModel.Tokens.Jwt" Version="8.16.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.WsFederation" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.TestExtensions" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens.Saml" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.Validators" Version="8.17.0.0" />
<Assembly Name="Microsoft.IdentityModel.Xml" Version="8.17.0.0" />
<Assembly Name="System.IdentityModel.Tokens.Jwt" Version="8.17.0.0" />
</Assemblies>
<Namespace Name="Microsoft.IdentityModel.Abstractions">
<Type Name="Microsoft.IdentityModel.Abstractions.EventLogLevel" Id="T:Microsoft.IdentityModel.Abstractions.EventLogLevel">
Expand Down
Loading
Loading