I am using Angular for web application and PingAccess for Authentication (as Authorization Server). So, for me, After authentication and authorizion request is forwarded to Angular application (https://localhost/home). Now, here in Angular web application, I want to read the forwarded header. I am not sure, how to read the header though I am able to read the cookies from browser set by authorization server.
Or how Angular can read http header in general from forwarded http request?
Can someone help me on this?