You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
GET /mga/sps/oauth/oauth20/authorize?client_id=<REDACTED>&redirect_uri=https%3A%2F%2Fhealthscreening.schools.nyc%2Fauthorization-code%2Fcallback&response_type=code%20id_token&scope=openid%20profile&response_mode=form_post&nonce=<REDACTED>&state=<REDACTED>&x-client-SKU=ID_NETSTANDARD2_0&x-client-ver=5.5.0.0Host: idp.nycenet.eduCookie: NONE
RESPONSE /mga/sps/oauth/oauth20/authorize?client_id=<REDACTED>&redirect_uri=https%3A%2F%2Fhealthscreening.schools.nyc%2Fauthorization-code%2Fcallback&response_type=code%20id_token&scope=openid%20profile&response_mode=form_post&nonce=<REDACTED>&state=<REDACTED>&x-client-SKU=ID_NETSTANDARD2_0&x-client-ver=5.5.0.0Location: /mga/sps/authSet-Cookie: AMWEBJCT!%2Fmga!JSESSIONID=<RANDOM B64 BLOB>Set-Cookie: BIGipServerPR_IDP_NYCENET_EDU_POOL=000000000.00000.0000 # These numbers have been changed
GET /mga/sps/auth Host: idp.nycenet.eduCookie: AMWEBJCT!%2Fmga!JSESSIONID=<RANDOM B64 BLOB>; BIGipServerPR_IDP_NYCENET_EDU_POOL=000000000.00000.0000 # These numbers have been changed
RESPONSE /mga/sps/auth Host: idp.nycenet.eduSet-Cookie: PD-S-SESSION-ID=<REDACTED># This is the DOE login page, work done before this was to get the correct cookies
RESPONSE /pkmslogin.form?token=Unknown HTTP/1.1Host: idp.nycenet.eduHTTP/1.1 302 Moved TemporarilySet-Cookie: PD-S-SESSION-ID=<NEW BLOB>location: https://idp.nycenet.edu/mga/sps/auth
GET /mga/sps/auth HTTP/1.1Host: idp.nycenet.eduCookie: AMWEBJCT!%2Fmga!JSESSIONID=<RANDOM>; BIGipServerPR_IDP_NYCENET_EDU_POOL=000000000.00000.0000; PD-S-SESSION-ID=<NEW BLOB>
RESPONSE /mga/sps/auth HTTP/1.1Host: idp.nycenet.edu3KEYS TO THE KINGDOM- Code, state, id_token
Redeeming Cookies at /authorization-code/callback
POST /authorization-code/callback HTTP/1.1Host: healthscreening.schools.nycCookie: .AspNetCore.OpenIdConnect.Nonce.<RANDOM B64 BLOB>=N; .AspNetCore.Correlation.OpenIdConnect.<RANDOM B64 BLOB>=N;POST-DATA : code=<code>&id_token=<id_token>&state=<state> # All this is from teh KEYS TO THE KINGDOM