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
Copy file name to clipboardExpand all lines: app/dev-portal/auth-strategies.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,9 @@ Self-managed OIDC follows this workflow:
221
221
222
222
## Set the default auth strategy of a Dev Portal
223
223
224
-
The default auth strategy of a Dev Portal will apply to any APIs that are published to that Dev Portal. If you want to override the default auth strategy, you can configure a different auth strategy on a per API basis.
224
+
The default auth strategy of a Dev Portal will apply to any APIs that are published to that Dev Portal. You can adjust the strategy through Dev Portal security settings.
225
+
226
+
If you want to override the default auth strategy, you can configure a different auth strategy on a [per API](#apply-an-auth-strategy-to-an-api) or [per API package](#apply-an-auth-strategy-to-an-api-package) basis.
225
227
226
228
1. In the {{site.konnect_short_name}} sidebar, click **Dev Portal**.
227
229
1. Click your Dev Portal.
@@ -232,7 +234,7 @@ The default auth strategy of a Dev Portal will apply to any APIs that are publis
232
234
233
235
## Apply an auth strategy to an API
234
236
235
-
Once you've configured an auth strategy, you can apply it to APIs.
237
+
After configuring an auth strategy, you can apply it to APIs.
236
238
237
239
1. In the {{site.konnect_short_name}} sidebar, click **Catalog**.
238
240
1. In the Catalog sidebar, click **APIs**.
@@ -248,7 +250,7 @@ Once you've configured an auth strategy, you can apply it to APIs.
248
250
249
251
## Apply an auth strategy to an API package
250
252
251
-
Once you've configured an auth strategy, you can apply it to API packages.
253
+
After configuring an auth strategy, you can apply it to API packages.
252
254
253
255
1. In the {{site.konnect_short_name}} sidebar, click **Catalog**.
0 commit comments