Ueberauth CAS strategy v2.0.0 Ueberauth.Strategy.CAS.API View Source

CAS server API implementation.

Link to this section Summary

Functions

Callback implementation for Ueberauth.Strategy.extra/1.

Callback implementation for Ueberauth.Strategy.info/1.

Returns the URL to this CAS server's login page.

Callback implementation for Ueberauth.Strategy.uid/1.

Validate a CAS Service Ticket with the CAS server.

Link to this section Functions

Callback implementation for Ueberauth.Strategy.credentials/1.

Callback implementation for Ueberauth.Strategy.extra/1.

Callback implementation for Ueberauth.Strategy.handle_callback!/1.

Callback implementation for Ueberauth.Strategy.handle_cleanup!/1.

Callback implementation for Ueberauth.Strategy.handle_request!/1.

Callback implementation for Ueberauth.Strategy.info/1.

Returns the URL to this CAS server's login page.

Callback implementation for Ueberauth.Strategy.uid/1.

Link to this function

validate_ticket(ticket, conn)

View Source

Validate a CAS Service Ticket with the CAS server.