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
Support using Process.Start() on macOS and reintroduce the runtime checks preventing the portable version of OpenIddict.Client.SystemIntegration from being used on Android, iOS and Mac Catalyst
Copy file name to clipboardExpand all lines: src/OpenIddict.Abstractions/OpenIddictResources.resx
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1560,7 +1560,7 @@ To apply post-logout redirection responses, create a class implementing 'IOpenId
1560
1560
<value>An explicit grant type must be attached when specifying a specific response type (except when using the special response_type=none value).</value>
1561
1561
</data>
1562
1562
<dataname="ID0446"xml:space="preserve">
1563
-
<value>AS web authentication sessions are only supported on iOS 12.0+/macOS 10.15+/Mac Catalyst 12.0+ and require using an OS-specific target framework moniker (e.g on macOS, 'net8.0-macos15.0').</value>
1563
+
<value>AS web authentication sessions are only supported on iOS 12.0+/macOS 10.15+/Mac Catalyst 12.0+ and require using an OS-specific target framework moniker on macOS (e.g 'net8.0-macos15.0').</value>
1564
1564
</data>
1565
1565
<dataname="ID0447"xml:space="preserve">
1566
1566
<value>The current UI window cannot be resolved.</value>
@@ -1569,8 +1569,7 @@ To apply post-logout redirection responses, create a class implementing 'IOpenId
1569
1569
<value>An unknown error occurred while trying to start an AS web authentication session.</value>
1570
1570
</data>
1571
1571
<dataname="ID0449"xml:space="preserve">
1572
-
<value>The generic version of the OpenIddict.Client.SystemIntegration package cannot be used on this platform. Make sure your application is referencing the correct version by using the appropriate OS-specific TFM (e.g on macOS, 'net8.0-macos10.15').</value>
1573
-
<comment>This resource is no longer used and will be removed in a future version.</comment>
1572
+
<value>The portable version of the OpenIddict.Client.SystemIntegration package cannot be used on Android, iOS and Mac Catalyst. Make sure your application is referencing the correct version by using the appropriate OS-specific TFM (e.g on iOS, 'net8.0-ios18.0').</value>
1574
1573
</data>
1575
1574
<dataname="ID0450"xml:space="preserve">
1576
1575
<value>An HTTP redirect_uri or post_logout_redirect_uri cannot be used when using AS web authentication sessions. Make sure you're using a custom protocol scheme for all the callback URIs attached to the client registration. Alternatively, you can register an associated domain and use an HTTPS redirect_uri or post_logout_redirect_uri pointing to that domain (supported only on iOS 17.4+, Mac Catalyst 17.4+ and macOS 14.4+).</value>
@@ -1579,7 +1578,7 @@ To apply post-logout redirection responses, create a class implementing 'IOpenId
1579
1578
<value>The Zoho integration requires sending the region of the server when using the client credentials or refresh token grants. For that, attach a ".location" authentication property containing the region to use.</value>
1580
1579
</data>
1581
1580
<dataname="ID0452"xml:space="preserve">
1582
-
<value>Custom tabs intents are only supported on Android and require using an OS-specific target framework moniker (e.g 'net8.0-android34.0').</value>
1581
+
<value>Custom tabs intents are only supported on Android.</value>
1583
1582
</data>
1584
1583
<dataname="ID0453"xml:space="preserve">
1585
1584
<value>The specified intent doesn't contain a valid data URI.</value>
0 commit comments