Identity And Security

 View Only

 Is there any sample to integrate Angular 6 and PCF Single sign on service with respect to authentication and authorization

Ajeet Singh's profile image
Ajeet Singh posted Oct 08, 2018 07:08 PM

?I am using angular 6 and facing issue with SSO when I implement authentication and authorization. its throwing exception "No at_hash in id_token" while calling signinRedirectCallback from angular OIDC-client. it working fine if response_type= "id_token" but if i use response_type= "id_token token" then its throwing exception "No at_hash in id_token". This code is working perfectly fine with other identity provider

Daniel Mikusa's profile image
Daniel Mikusa

@Ajeet Singh​ - That would appear to be the issue you are hitting. The Pivotal SSO Service runs on top of UAA, thus because of the limitation mentioned in the Github issue, you're going to see this error. I don't think there's too much you can do at this point, short of not use the SSO service in this way. That and update the Github issue. Indicating interest on the Github issue will help our engineering team to prioritize. If you are a paid customer you can also talk to your Pivotal Platform Architect about this issue. He or she can also assist in getting this issue prioritized with our engineering team.

 

 

Ajeet Singh's profile image
Ajeet Singh

looks to be similar issue as mentioned below. but my issue is in PCF SSO

https://github.com/cloudfoundry/uaa/issues/880