Refresh Token Behaviour Disabled

I’d like to switch my refresh token behaviour from non-rotating to rotating to resolve a Safari login issue, but the option to switch doesn’t seem to be available to me (it’s greyed out in my dashboard).


In Advanced Settings under Grant Types I have Refresh Tokens enabled.

Is there something I’m missing?

Hmm that’s weird.

Let me research what might be the potential reason of it and get back to you shortly!

Hey there,

Can I ask you to try configuring it through the Management API so we can confirm if it’s an issue on the dashboard side of things?

Hey there!

Have you had a chance to check out my previous message?

Ping ping friendly ping :slight_smile:

Hi Konrad, sorry for the delay. I’m not sure what you mean. How do I configure it through the Management API?

We’re using WebAuth from auth0-js - npm We’re also using the management API to link users, but it’s not clear how to do what you’re asking, what method are you talking about?

Sorry it’s not the Management API but Authentication API that you can use to check if it only doesn’t work for you through the dashboard. This way we’ll be able to confirm that the issue is coming from the dashboard (have you tried in the meantime if you can toggle that in the dashboard UI?)

https://auth0.com/docs/api/authentication#refresh-token

https://auth0.com/docs/api/authentication#revoke-refresh-token

Thanks Konrad. We decided to just build our own auth.

1 Like