tngan
tngan
@nflaig I am thinking whether it should put into request-level property or entity-level property. See the discussion of `relayState` configuration. https://github.com/tngan/samlify/issues/163
@nflaig I am not sure about the practical use of `ForceAuthn`, the default value is `false` in the specification. The reason why I point it out is because this property...
@SoodS Thank you for your question. samlify won't download the metadata for you. You can see the [documentation](https://samlify.js.org/#/idp) for creating an IDP.
@SoodS In the documentation, it doesn't mention that the metadata will be fetched remotely for you. Instead, by putting those required/optional properties, samlify will generate the metadata for you. In...
@SoodS Is there any update on this ticket?
@dtrce What error did you get?
@desduvauchelle @Alex237 Sorry for late reply. In order to configure for encrypted assertions, you need to setup the key and flag properly. Do you have a sample code snippet to...
@Akshay1181 I don't quite understand your question. Are you copying the compiled js file? `npm install` will install the version that you have specified under `package.json`. Do you have sample...
@Akshay1181 I cannot see the attached image, can you upload again?
@Akshay1181 Is the signature section in your response without specifying the certificate? I want to make sure first, because we should support that because it's optional in SAML specification, and...