The basic information you’ll need to integrate one of our authentication services can be found below:
Enterprise Authentication
In order for you application to work with Enterprise Authentication, it must support one of the following industry standard authentication protocols:
- Security Assertion Markup Language (SAML) 2.0
- OpenID Connect (OIDC) 1.0
Enterprise Authentication does not support OAuth 2.0 for authentication. OAuth is an authorization protocol, not an authentication protocol.
Data | Value |
---|---|
Entity ID | https://enterprise.login.utexas.edu/idp/shibboleth |
IdP Metadata URL | https://enterprise.login.utexas.edu/idp/shibboleth |
Logout Endpoint | https://enterprise.login.utexas.edu/idp/profile/Logout |
Preferred Name ID Format | urn:oasis:names:tc:SAML:2.0:nameid-format:transient |
Guest Authentication
Data | Value |
---|---|
Entity ID | https://guest.login.utexas.edu/idp |
IdP Metadata URL | https://guest.login.utexas.edu/simplesaml/module.php/saml/idp/metadata |
Logout | https://guest.login.utexas.edu/simplesaml/module.php/saml/idp/singleLogout |
Preferred Name ID Format | urn:oasis:names:tc:SAML:2.0:nameid-format:transient |
Specifications
Standard | Specifications |
---|---|
SAML v2.0 Standard | https://wiki.oasis-open.org/security/FrontPage |
OIDC v1.0 Standard | https://openid.net/developers/specs/ |
Go back to the Vendor Guide to IAM at UT.