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
Patrick
08/25/2022, 7:59 PM
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
Ezra Christensen
08/25/2022, 8:01 PM
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
Patrick
08/25/2022, 8:05 PM
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
Ezra Christensen
08/25/2022, 8:06 PM
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.