Documentation ¶
Index ¶
- Constants
- func GetAuthenticationToken(authPageRes *http.Response) (string, error)
- func GetClient() *http.Client
- func GetLinkToAuthForm(startPageURL string, client *http.Client) (string, error)
- func GetMalformattedCnscCookie(respWithCookie *http.Response) (*http.Cookie, error)
- func GetReturnURL(authPageRes *http.Response) (string, error)
Constants ¶
View Source
const ( StartPage = stineURL.Url + "/scripts/mgrqispi.dll?APPNAME=CampusNet&PRGNAME=EXTERNALPAGES&ARGUMENTS=-N000000000000001,-N000265,-Astartseite" AuthenticationForm = "https://cndsf.ad.uni-hamburg.de/IdentityServer/Account/Login" )
Variables ¶
This section is empty.
Functions ¶
func GetAuthenticationToken ¶
func GetLinkToAuthForm ¶
func GetMalformattedCnscCookie ¶
GetMalformattedCnscCookie extracts a cookie, which is sent malformed by the STiNE server, which the Go Client would not parse
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.