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
after expiration we expect to have 200 status when calling Introspect:
// 5. Expire token by timeout and got 401 (Unauthorized) statustime.Sleep(time.Second*time.Duration(testAccessTokenExpiration))
userInfo=getUserInfo(t, baseUrl, realm, token.AccessToken, "401 Unauthorized")
// todo(UMV): this one looking strange because token expired and we expect here 200 as statustokenIntResult=checkIntrospectToken(t, baseUrl, realm, token.AccessToken, testClient1, testClient1Secret, "200 OK")
Ensure this is right behaviour and fix if not
The text was updated successfully, but these errors were encountered:
after expiration we expect to have 200 status when calling Introspect:
Ensure this is right behaviour and fix if not
The text was updated successfully, but these errors were encountered: