public Saml2ResponseValidator(AuthStateAccessor authStateAccessor, IOptions <SamlConfig> config, ILogger <Saml2ResponseValidator> log, ICertificateStore certificateStore) { this.authStateAccessor = authStateAccessor; this.config = config.Value; this.log = log; this.certificateStore = certificateStore; }
public SuomiFiIdentificationClient(SamlConfig config, AuthStateAccessor authStateAccessor, RsaShaCrypto crypto) { this.config = config; this.authStateAccessor = authStateAccessor; this.crypto = crypto; }