IAM / Projects / Shibboleth / Service Integrations / Blackboard Connect
The three BBC services for UA are:
Staging service:
https://ssostg.blackboardconnect.com/SAML/Connect/B46C75BF139144349190F775C38F05A9
Recipient Portal:
https://sso.blackboardconnect.com/SAML/Portal/E0D069C2563D4D63A14CBB95D6845C25
Sender Portal:
https://sso.blackboardconnect.com/SAML/Connect/9F95200F70EB4E8F844320653CCD97A8
SAML Profile - Unsolicited SSO
see "Connect SSO Implementation Manual" (too large to attach)
BBC uses "unsolicited" or "IdP initiated" SSO. That means that, rather than responding to a user's request and redirecting the user's browser to the IdP for authentication and attributes, BBC requires us to send a SAML assertion with user authentication and required attributes. This is accomplished in the Shibboleth IdP by setting up a URL that invokes a profile (or "end point") specifically for unsolicited SSO ("idp/profile.SAML2/Unsolicited/SSO") and includes the (encoded) relying party entity id above.
BBC also crafts the entityID [~URL] of the service based on the certificate used to sign the SAML assertion (attached). Note that means that if and when the UA IdP certificate is changed, these entity IDs will change, requiring changes to the sp-metadata file, the relying-party.xml file, and the attribute-filter.xml files, as each of these requires the explicit entity ids of the services to which the IdP will send assertions.
For BBC entities above, those URLs are:
Staging service:
Recipient Portal:
Sender Portal:
Attributes for BBC:
The same attributes are released to each of the services above. These are, using the 'friendlyName's requested by BBC:
- FirstName := givenName from UA AD
- LastName := sn from UA AD
- ContactRefCode := uaidentifier (aka Banner ID# or "30 million number") from UA AD
- LogoutURL := static value for all users, https://www.alaska.edu/uaalerts/
Additional documentation:
Step-by-step: Shibboleth authN to Bb Connect
Shibboleth wiki IdPUnsolicitedSSO
SAML 2 Technical Overview see §5.1.4
BBC Portal SSO overview (attachment)
see xml fragments from IdP config files in the attachments
Attachments
-
UAIdP.crt
(1.8 KB) -
added by dabantz@… 12 years ago.
UA IdP X509 certificate
-
BBC SSO Portal overview.pdf
(110.3 KB) -
added by dabantz@… 12 years ago.
BBC Connect overview with attribute requirements
-
attribue-resolver_BBC.rtf
(3.3 KB) -
added by dabantz@… 12 years ago.
attribute-resolver for BBC-specific attributes
-
relying-party.xml_BBC.txt
(1.5 KB) -
added by dabantz@… 12 years ago.
fragment for 3 BBC services
- Attribute filter (release) for BBC.txt (1.1 KB) - added by dabantz@… 12 years ago.
-
BBC-entity-descriptors.xml.txt
(5.1 KB) -
added by dabantz@… 12 years ago.
metadata.xml fragment - BBC entity descriptors
-
UA IdP x509 cert decoded.txt
(3.3 KB) -
added by dabantz@… 12 years ago.
Decoded X509 certificate for UA IdP