Function telescope::web::services::auth::rpi_cas::cas_authenticated[][src]

async fn cas_authenticated(
    req: &HttpRequest,
    redir_path: String
) -> Result<String, TelescopeError>
Expand description

After the user has authenticated with CAS it will send them back to telescope with a service ticket. This function will extract the service ticket and use it to access the user’s information via CAS. On success, this function return’s the user’s RCS ID as a string (in lowercase).