Both webcast platforms icastGo and icastPro allows clients to enable Single Sign On for users (webcast organizers, speakers, technicians) as well as participants.
We accept the following protocols
- SAML
- OpenID Connect
How to enable SSO
- Contact your Digicast representative to add this feature to your commercial agreement
- Provide the required information depending on the protocol you want to use to itops@digicast.ca
- Wait for approval
- Test with your credentials with our testing environment at https://ssotest.digicast.ca
Required information
SAML
Please provide us:
- Client ID
- Client Secret
- Well known Configurations (Provided through metadata document or endpoint URL. Generated by the identity provider)
You can configure the URLs depending on the environment:
Testing Environment
Assertion consumer endpoint | https://devauth.digicast.ca/saml2/idpresponse |
Audience URI / SP Entity ID | urn:amazon:cognito:sp:ca-central-1_tmP1wjtoK |
Production Environment
Assertion consumer endpoint | https://auth.digicast.ca/saml2/idpresponse |
Audience URI / SP Entity ID | urn:amazon:cognito:sp:ca-central-1_M5T1hPJMP |
OpenID Connect
Please provide us:
- Client ID
- Client Secret
- Issuer
- Well known Configurations for OIDC endpoints
- Authorization Endpoint
- Token Endpoint
- Userinfo Endpoint
- Jwks URI
You can configure the call back URL depending on the environment:
Testing Environment | https://devauth.digicast.ca/oauth2/idpresponse |
Production Environment | https://auth.digicast.ca/oauth2/idpresponse |