Trying to get SAML setup w/ Google and Azure AD. D...
# cfml-general
e
Trying to get SAML setup w/ Google and Azure AD. Does anyone have a walkthrough of it, starting with Google and focusing on the SP setup. They don't like the request right now.
p
Pretty sure adobe cf 2021 has some saml built in stuff but I have implemented it for other services before; care to share any details like the roadblock?
e
I think the keystore is the roadblock right now. CF generates a keystore for a SP, but Google provides one you have to install. I need to get a .pem to a .p12 keystore file and set that up in the SP.
p
Yea I believe last one I did I had to bypass CF and call java because of CF using outdated stuff. What version CF you on?
e
21. I typically have to get into java to add to keystores, which I've done for other things. Just not with the saml .p12 format they use.
I found this issue - It wasn't the .p12 bit. The Google cert is part of the IdP part. Issue was I was already signed into Google, which requires a bit more on the InitSAMLAuthRequest, so was getting an error. The code worked when I ran incognito. Reference: https://stackoverflow.com/questions/58223843/google-saml-sso-403-app-not-configured-for-user-error-when-signed-into-persona