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
I want to know how to renew access token automatically in APISIX with plugin openid-connect. I found renew_access_token_on_expiry field in JSON setting, but it does not work, access token expire, refresh token is available. Does it really work like that?
Description
I want to know how to renew access token automatically in APISIX with plugin
openid-connect
. I foundrenew_access_token_on_expiry
field in JSON setting, but it does not work, access token expire, refresh token is available. Does it really work like that?this is my
openid-connect
configuration:My curl test:
Server log seem it catching expire token but no try refresh token:
Environment
apisix version
):uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: