v0.8.1
🚀 Enhancements
Fix Issue with SAML Document for IDP @r351574nc3 (#15)
what
- Switching from
join
to list notation when choosing default forsaml_provider_arn
why
- join results in empty string which forces
try
block to succeed on first try each time- the try block is broken and never really works
references
N/A