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
Sto testando le response e riscontro problemi.Ad esempio la 03 assertion non firmata non da pagina di errore, ma va a buon fine.
Eseguendo sul mio progetto IdpAuthnResponse idpAuthnResponse = SamlHelper.GetAuthnResponse(collection["SAMLResponse"].ToString()); va tutto a buon fine, quando per quel test non dovrebbe funzionare.
Ho riscontrato lo stesso problema anche per altri test.
The text was updated successfully, but these errors were encountered:
Credo che il problema sia che vengono verificate tutte le signature presenti, ma non viene verificato il numero di signature presenti (o che esista una signature per ogni assertion).
In generale comunque sì, falliscono diversi casi di test. Non è molto utile come libreria...
Sto testando le response e riscontro problemi.Ad esempio la 03 assertion non firmata non da pagina di errore, ma va a buon fine.
Eseguendo sul mio progetto IdpAuthnResponse idpAuthnResponse = SamlHelper.GetAuthnResponse(collection["SAMLResponse"].ToString()); va tutto a buon fine, quando per quel test non dovrebbe funzionare.
Ho riscontrato lo stesso problema anche per altri test.
The text was updated successfully, but these errors were encountered: