I'm trying to figure out how to encode a user ID for SSO using the Basic format instead of AsIs. Normally basic authentication is the encoded username:password, like admin:12345. I've tried that, just the user ID then colon, and just the user ID. AEM isn't accepting any of them.