+ Check that a token is valid and that it belongs to a supplied tenant + and services and return the permissions relevant to a particular client. +
+
+ Valid tokens will exist in the
+ /tokens/{tokenId}
path and invalid
+ tokens will not. In other words, a user should expect an
+ itemNotFound (404
) fault for an
+ invalid token.
+
+ If 'HP-IDM-serviceId' is provided, it must be a comma-separated string of + service IDs. If any of the service IDs is invalid or if there are no + roles associated with the service IDs, a user should expect a 401. +
++ Validates a token has the supplied tenant in scope. +
++ If provided, filter the roles to be returned by the given service IDs. +
++ Check that a token is valid and that it belongs to a particular tenant and services + (For performance). +
+
+ Valid tokens will exist in the
+ /tokens/{tokenId}
path and invalid
+ tokens will not. In other words, a user should expect an
+ itemNotFound (404
) fault for an
+ invalid token.
+
+ If `belongsTo` is provided, validates that a token has a specific tenant in scope. +
++ If 'HP-IDM-serviceId' is provided, it must be a comma-separated string of + service IDs. If any of the service ID is invalid or if there are no + roles associated with the service IDs, a user should expect a 401. +
++ No response body is returned for this method. +
++ Validates a token has the supplied tenant in scope. (for performance). +
++ Check the roles against the given service IDs. +
+