How to fetch system logs using the custom authorization server
These two concepts are completely separate. In order to make calls to the Okta APIs with an Okta-issued Access token, you MUST use the Org Authorization Server. The Custom Authorization Servers are not compatible with OAuth for Okta/Okta API scopes.
See our documentation about using OAuth for Okta, either with a service app or with user-scoped tokens (in which case, the user requesting the token must have sufficient permissions to read the logs)
Hi Andrea, thanks for the response.