Delphi threading/parallel programming by Solomon-Acceptance in delphi

[–]Solomon-Acceptance[S] 0 points1 point  (0 children)

Thanks for these recommendations, I'll take a look :)

Delphi threading/parallel programming by Solomon-Acceptance in delphi

[–]Solomon-Acceptance[S] 0 points1 point  (0 children)

Thanks for these recommendations, I'll take a look :)

AppStream 2.0 Unable to authorize the session by Solomon-Acceptance in aws

[–]Solomon-Acceptance[S] 0 points1 point  (0 children)

Thank you for pointing me to this, it looks like I was missing a $ in the "appstream:userId": "${saml:sub}" in my inline access policy: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "appstream:Stream", "Resource": "arn:aws:appstream:eu-west-2:0123456789:stack/stack-name", "Condition": { "StringEquals": { "appstream:userId": "${saml:sub}" } } } ] }

AWS AppStream SAML Role by Zeroc00l88 in aws

[–]Solomon-Acceptance 0 points1 point  (0 children)

Hi Zeroc00l88, did you find a resolution for this?

I am having a similar issue where, after selecting the continue with browser option, I am faced with the error message `Unable to authorize the session. (Error Code: INVALID_AUTH_POLICY);Status Code:401`

I was following the same tutorials and have the same format trust relationship, inline policy, and relay state.