Skip to content

Serializer do not set RequireHttpsMetadata false #93

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

Closed
aguacongas opened this issue Mar 31, 2021 · 0 comments · Fixed by #94
Closed

Serializer do not set RequireHttpsMetadata false #93

aguacongas opened this issue Mar 31, 2021 · 0 comments · Fixed by #94
Labels
bug Something isn't working

Comments

@aguacongas
Copy link
Member

The MetadataAddress must use HTTPS unless disabled for development by setting RequireHttpsMetadata=false.
System.InvalidOperationException: The MetadataAddress must use HTTPS unless disabled for development by setting RequireHttpsMetadata=false.
at Microsoft.AspNetCore.Authentication.WsFederation.WsFederationPostConfigureOptions.PostConfigure(String name, WsFederationOptions options)
at Aguacongas.AspNetCore.Authentication.OptionsMonitorCacheWrapper1.TryAdd(String name, AuthenticationSchemeOptions options) at Aguacongas.AspNetCore.Authentication.NoPersistentDynamicManager1.AddAsync(TSchemeDefinition definition, CancellationToken cancellationToken)
at Aguacongas.AspNetCore.Authentication.PersistentDynamicManager`1.AddAsync(TSchemeDefinition definition, CancellationToken cancellationToken)

@aguacongas aguacongas added the bug Something isn't working label Mar 31, 2021
aguacongas pushed a commit that referenced this issue Mar 31, 2021
aguacongas pushed a commit that referenced this issue Mar 31, 2021
## [4.0.2](4.0.1...4.0.2) (2021-03-31)

### Bug Fixes

* require https metadata deserialization ([0973f1c](0973f1c)), closes [#93](#93)
* update packages ([1af30d5](1af30d5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant