HI there,
I am a bit confused with a couple configuration.
Say, client app (bootsp2) wants to authN against CAS 6.6.x via SAML2, which delegates to Okta IDP using SAML2.
CAS starts up fine, generates meta data for SP as well.
1. my CAS login page, under External Provider, shows "bootsp2", not "Okta". this does not sound right.
is that because of this line in cas.properties? i see no where else to indicate the name of the external provider.
cas.authn.pac4j.saml[0].clientName=bootsp2
2. on my client app (bootstp2), it needs the IDP XML, which one should I use?
it feels like I need to take sp/metadata and place it as IDP on client side, since the flow is for client -> CAS -> Okta?
thanks,
yan