| Package | Description |
|---|---|
| fish.payara.security.openid.controller |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
TokenController.validateIdToken(IdentityTokenImpl idToken,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpContext,
OpenIdConfiguration configuration)
(5.1) Validate Id Token's claims and verify ID Token's signature.
|
Map<String,Object> |
TokenController.validateRefreshedIdToken(IdentityToken previousIdToken,
IdentityTokenImpl newIdToken,
javax.security.enterprise.authentication.mechanism.http.HttpMessageContext httpContext,
OpenIdConfiguration configuration)
Validate Id Token received from Successful Refresh Response.
|
Copyright © 2019. All rights reserved.