Skip to content

add saml2 single logout handler #26

add saml2 single logout handler

add saml2 single logout handler #26

Triggered via push November 8, 2023 09:31
Status Success
Total duration 42s
Artifacts

build-pack.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, rlespinasse/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Authentication.Saml2/source/Saml2OptionsConfigureOptions.cs#L8
Nullability of reference types in type of parameter 'name' of 'void Saml2OptionsConfigureOptions.Configure(string name, Saml2Options options)' doesn't match implicitly implemented member 'void IConfigureNamedOptions<Saml2Options>.Configure(string? name, Saml2Options options)' (possibly because of nullability attributes).
build: src/Authentication.Saml2/source/Saml2PostConfigureOptions.cs#L19
Nullability of reference types in type of parameter 'name' of 'void Saml2PostConfigureOptions.PostConfigure(string name, Saml2Options options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<Saml2Options>.PostConfigure(string? name, Saml2Options options)' (possibly because of nullability attributes).
build: samples/SampleWeb/Controllers/ValuesController.cs#L21
Dereference of a possibly null reference.
build: src/Authentication.Saml2/source/Saml2OptionsConfigureOptions.cs#L8
Nullability of reference types in type of parameter 'name' of 'void Saml2OptionsConfigureOptions.Configure(string name, Saml2Options options)' doesn't match implicitly implemented member 'void IConfigureNamedOptions<Saml2Options>.Configure(string? name, Saml2Options options)' (possibly because of nullability attributes).
build: src/Authentication.Saml2/source/Saml2PostConfigureOptions.cs#L19
Nullability of reference types in type of parameter 'name' of 'void Saml2PostConfigureOptions.PostConfigure(string name, Saml2Options options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<Saml2Options>.PostConfigure(string? name, Saml2Options options)' (possibly because of nullability attributes).
build: samples/SampleWeb/Controllers/ValuesController.cs#L21
Dereference of a possibly null reference.