public interface JWTSSOProvider
extends org.apache.cxf.rs.security.jose.jws.JwsSignatureVerifier
Modifier and Type | Method and Description |
---|---|
String |
getIssuer()
Gives the identifier for the JWT issuer verified by this instance.
|
Pair<User,Set<SyncopeGrantedAuthority>> |
resolve(org.apache.cxf.rs.security.jose.jwt.JwtClaims jwtClaims)
Attempts to resolve the given JWT claims into internal
User and authorities. |
String getIssuer()
Pair<User,Set<SyncopeGrantedAuthority>> resolve(org.apache.cxf.rs.security.jose.jwt.JwtClaims jwtClaims)
User
and authorities.
IMPORTANT: this is not invoked for the admin
super-user.jwtClaims
- JWT claimsCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.