2020-08-16 10:50发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
有没有办法动态扩展hybris occ oauth2访问令牌的到期时间?
我需要延长hybris occ oauth2访问令牌的到期时间。
我尝试使用refresh_token,在这种情况下无法使用,因为我无法预测将花费多少时间。
(您知道,只有密码授予类型提供刷新令牌。但是我的第三方应用不是密码授予类型)
除了延长默认访问令牌的过期时间外,还有什么吗?
您可以在Hybris的local.properties中配置以下内容:
#60 * 60 * 24 * 30 = 30d oauth2.refreshTokenValiditySeconds = 2592000 #60 * 60 * 12 = 12h oauth2.accessTokenValiditySeconds = 43200 #60 * 60 * 12 = 12h oauth2.idTokenValiditySeconds = 43200
请参阅:hybris/bin/platform/ext/oauth2/project.properties
谢谢。 但是我需要动态地延长到期时间的方法。
最多设置5个标签!
您可以在Hybris的local.properties中配置以下内容:
请参阅:hybris/bin/platform/ext/oauth2/project.properties
谢谢。 但是我需要动态地延长到期时间的方法。
一周热门 更多>