Rita Zerrizuela

Results 109 comments of Rita Zerrizuela

Hi @MauriMiguez, thanks for raising this. Implementing this would require changes in the underlying SDKs ([Auth0.Android](https://github.com/auth0/Auth0.Android) and [Auth0.swift](https://github.com/auth0/Auth0.swift)). We don't have any plans for this feature in the short term,...

Closing, as this was fixed in [2.8.1](https://github.com/auth0/Auth0.swift/releases/tag/2.8.1). @Meowzz95 that seems like a networking issue.

Hi everyone, Please make sure you do not have `arm64` in the `EXCLUDED_ARCHS` build setting of your app. Closing, as this is an iOS simulator issue.

Thanks @onevcat for filing a Radar about the issue.

@fabiohvp, as this is an iOS simulator issue, you can use a real device instead –or use an iOS 17 simulator– until Apple fixes the bug. I'd suggest filing a...

Hi @MilesAdamson, thanks for raising this. To clarify, what you need is offline access to the _user profile_ only (the contents of the ID token), right?

@MilesAdamson could you please expand on your use case? If the app is offline, what do you need the access token or refresh token for, since it's not possible to...

> The access token has the users roles/permissions which controls which screens they can view and what actions they can take. Your mobile app is not the intended recipient for...

Auth0 APIs represent backend services. Access tokens are meant for APIs. The API setting that allows you to add the roles and permissions to the access token allows your backend...

Please see [How to Add Roles and Permissions to the ID Token Using Actions](https://community.auth0.com/t/how-to-add-roles-and-permissions-to-the-id-token-using-actions/84506) for more information.