Skip to content

Log out user after approve or reject system user request (#421) #29

Log out user after approve or reject system user request (#421)

Log out user after approve or reject system user request (#421) #29

Triggered via push November 15, 2024 09:58
Status Success
Total duration 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/Common/Extensions/HttpClientExtensions.cs#L17
Cannot convert null literal to non-nullable reference type.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/Common/Extensions/HttpClientExtensions.cs#L39
Cannot convert null literal to non-nullable reference type.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/Common/Extensions/HttpClientExtensions.cs#L60
Cannot convert null literal to non-nullable reference type.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/Common/Extensions/HttpClientExtensions.cs#L80
Cannot convert null literal to non-nullable reference type.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/AppConfiguration/KeyVaultSettings.cs#L6
Non-nullable property 'SecretUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/AppConfiguration/ClientSettings.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/AppConfiguration/ClientSettings.cs#L7
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/AppConfiguration/ClientSettings.cs#L9
Non-nullable property 'CertificateName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: bff/src/Altinn.Authentication.UI/Altinn.Authentication.UI.Core/UserProfiles/PartyService.cs#L17
Converting null literal or possible null value to non-nullable type.