When we run Fingerprint.certificate_digest(x509_cert, :sha512) on console it gives error as undefined local variable or methodx509_cert' for main:Object (NameError). SinceFingerprintclass has been defined insideSamlIdp`. By making this edit users can easily copy from ReadME
When we run
Fingerprint.certificate_digest(x509_cert, :sha512)
on console it gives error asundefined local variable or method
x509_cert' for main:Object (NameError). Since
Fingerprintclass has been defined inside
SamlIdp`. By making this edit users can easily copy from ReadME