348
edits
| Line 126: | Line 126: | ||
* parameters: | * parameters: | ||
** audience: relying party | ** audience: relying party | ||
** identity_assertion: | ** identity_assertion: A JWT encoding the identity assertion | ||
* returns: | * returns: | ||
** *SUCCESS* if identity assertion is valid and was issued to audience | ** *SUCCESS* if identity assertion is valid and was issued to audience | ||
** *INVALID* if identity assertion is invalid or does not match audience | ** *INVALID* if identity assertion is invalid or does not match audience | ||
** *PARSE_ERROR* parameters are empty or malformed | ** *PARSE_ERROR* parameters are empty or malformed | ||
edits