Open Tyler-V opened 1 year ago
Hm is this a Duende Identity Server Issue? I mean, if the IDP does not "support" popups...we can not do much. Do you have a sample repo? We can have a look and maybe can get an error message. But for making it work, I think the IDP has to "support" popups as well. @damienbod ?
What Version of the library are you using?
"angular-auth-oidc-client": "15.0.2"
Question
I am using Duende.IdentityServer (latest)
I am using
authorize()
successfully to get a token when navigating with a redirect uriHowever, when I use
authorizeWithPopUp()
the window appears for milliseconds and then closes immediately without any error in the console or my IdentityServer - reading around this may be more related to IdentityServer's restrictiveSecurityHeadersAttribute.cs
I know they recommend the same flow as Google to redirect to a page instead of a popup for security reasons but would still like to configure the popup to work, I believe it may be related to the content security policy - I am curious if anyone else has encountered this already