Skip to content

Add support for backchannel logout #48

Add support for backchannel logout

Add support for backchannel logout #48

Triggered via pull request December 5, 2023 13:49
Status Success
Total duration 1m 3s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
build: src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L245
Dereference of a possibly null reference.
build: src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
build: src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L245
Dereference of a possibly null reference.
build: tests/Auth0.AspNetCore.Authentication.IntegrationTests/Utils/JwtTokenBuilder.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: playground/Auth0.AspNetCore.Authentication.Playground/CustomDistributedCache.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: playground/Auth0.AspNetCore.Authentication.Playground/CustomDistributedCache.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
build: src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L245
Dereference of a possibly null reference.
build: src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L158
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.