You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to the given MetadataLocation and retrieve the metadata for an idp.
What happens instead. In the case of an exception, this includes the exception typ, complete exception message (personal information may be redacted) and a stack trace.
it's not possible to setup a proxy - on certain environments we can't directly connect to the metadata location because we need to use a proxy. Looking a the codebase the request is done using WebClient with no possible hook to setup additional proxy information.
The text was updated successfully, but these errors were encountered:
No unfortunately.. I think we had some sort of metadata mirror setup for a while and I was about to fork and do some changes myself but "luckily" our project switched to an environment where it was no longer necessary to connect via proxy.
Information
Sustainsys.Saml2.AspNetCore2, version 2.7.0
Connect to the given MetadataLocation and retrieve the metadata for an idp.
it's not possible to setup a proxy - on certain environments we can't directly connect to the metadata location because we need to use a proxy. Looking a the codebase the request is done using WebClient with no possible hook to setup additional proxy information.
The text was updated successfully, but these errors were encountered: