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: docs/users/oauth_server.md
+1-24Lines changed: 1 addition & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,30 +105,7 @@ security:
105
105
106
106
## Resource Server configuration
107
107
108
-
To allow resource routes to be accessible through OAuth authorization, you must define a firewall by using `Ibexa\OAuth2Server\Security\Guard\OAuth2Authenticator`.
109
-
110
-
The following firewall example allows the REST API to be accessed as an OAuth resource.
111
-
It must be placed before the firewall with a less restrictive pattern like `ibexa_front`.
To allow resource routes to be accessible through OAuth authorization, enable OAuth2 integration for the `ibexa_rest` firewall by setting the `oauth2` property to true.
0 commit comments