Skip to content

Sign in with ABE

Oliver Steele edited this page May 20, 2018 · 1 revision

ABE can also be used to verify that a user is inside the Olin intranet, and/or is a member of the Olin community.

Sign in

See User Authentication.

Testing whether a visitor is inside intranet

Use ABE's https://abe.olin.build/user to retrieve information about the currently authenticated user. This endpoint does not require authorization, and it returns useful information even if the user is implicitly authenticated (because they are within the intranet). It returns a JSON response. The inside_intranet property of this response is true if the client is within the intranet.

Clone this wiki locally