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
Fix OAuth resource metadata URL persistence across browser redirects
6
+
7
+
Added two optional methods to `OAuthClientProvider`:
8
+
-`saveResourceMetadataUrl(url: URL)`: Saves the URL before redirect
9
+
-`resourceMetadataUrl()`: Loads the saved URL after redirect
10
+
11
+
This fixes token exchange failures in browser OAuth flows where the resource metadata URL discovered from the WWW-Authenticate header was lost during redirects.
0 commit comments