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
Hello and thanks in advance.
I have to support a saml2 auth flow from a WPF application (I know it is a wrong thing but we don't have alternatives...).
Using WebView2 I can complete the flow but at the end I also need to retrieve the content of a cookie, that is marked HttpOnly.
This cookie contains the saml2 assertion that I then need to use to call downstream apis.
I was inspired by this very interesting article but seems that the GetCookiesAsync is not able to retrieve HttpOnly cookies, is that true?
Is there another way to achieve this?
This discussion was converted from issue #2199 on October 10, 2023 18:11.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello and thanks in advance.
I have to support a saml2 auth flow from a WPF application (I know it is a wrong thing but we don't have alternatives...).
Using WebView2 I can complete the flow but at the end I also need to retrieve the content of a cookie, that is marked HttpOnly.
This cookie contains the saml2 assertion that I then need to use to call downstream apis.
I was inspired by this very interesting article but seems that the
GetCookiesAsync
is not able to retrieve HttpOnly cookies, is that true?Is there another way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions