Member since
01-10-2022
5
Posts
1
Kudos Received
0
Solutions
04-24-2024
10:18 AM
What S3 security are you using? Can you put the same file there manually? Is this regular AWS S3 or minio or another S3 compatible store.
... View more
04-19-2024
05:49 PM
@SamarApple Hello! As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post. Thanks.
... View more
03-01-2022
10:19 PM
@araujo , # SAML Properties # nifi.security.user.saml.idp.metadata.url=file:///pathtoIPDMetaDataFile/ nifi.security.user.saml.sp.entity.id=xxxxx nifi.security.user.saml.identity.attribute.name=email nifi.security.user.saml.group.attribute.name= nifi.security.user.saml.metadata.signing.enabled=false nifi.security.user.saml.request.signing.enabled=false nifi.security.user.saml.want.assertions.signed=true nifi.security.user.saml.signature.algorithm=http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 nifi.security.user.saml.signature.digest.algorithm=http://www.w3.org/2001/04/xmlenc#sha256 nifi.security.user.saml.message.logging.enabled=true nifi.security.user.saml.authentication.expiration=8 hours nifi.security.user.saml.single.logout.enabled=false nifi.security.user.saml.http.client.truststore.strategy=JDK nifi.security.user.saml.http.client.connect.timeout=30 secs nifi.security.user.saml.http.client.read.timeout=30 secs Abhishek
... View more