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
What Version of the library are you using?
Version: 19.0.0
Question
I am using the Logto identity provider and facing challenges in handling multiple access tokens. Logto requires separate access tokens for different resources, which is causing complications in my setup.
My structure involves a single identity manager that handles authentication for both users and M2M services, along with multiple resources (APIs), each with its own audience, organization, and scopes.
I attempted to configure the app with multiple setups, but since the authority and client remain the same, this approach results in warnings and issues with token management when making API calls.
How can I resolve this problem? Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered:
What Version of the library are you using?
Version: 19.0.0
Question
I am using the Logto identity provider and facing challenges in handling multiple access tokens. Logto requires separate access tokens for different resources, which is causing complications in my setup.
My structure involves a single identity manager that handles authentication for both users and M2M services, along with multiple resources (APIs), each with its own audience, organization, and scopes.
I attempted to configure the app with multiple setups, but since the authority and client remain the same, this approach results in warnings and issues with token management when making API calls.
How can I resolve this problem? Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: