当我调用内省端点时,会话的lastAccess没有得到更新。因此,我创建了一个自定义的TokenIntrospectionProvider,并使用setLastSessionRefresh更新会话的lastAccess。安装自定义提供程序后,我可以在管理界面中看到提供程序名称,但它不起作用,并且令牌内省正在通过默认提供程序进行。我想改变默认的TokenIntrospectionProvider并使用我自己的类。我该怎么做?
lastAccess
TokenIntrospectionProvider
setLastSessionRefresh
jslywgbw1#
我发现应该将名称为TokenIntrospectionProvider的token_type_hint参数传递给introspect端点。示例:
token_type_hint
introspect
token = eyJhbG...XJsclg` token_type_hint = arsi-token-introspection-provider
1条答案
按热度按时间jslywgbw1#
我发现应该将名称为
TokenIntrospectionProvider
的token_type_hint
参数传递给introspect
端点。示例: