...
- Signed using HS256 (HMAC-SHA256) algorithm
- Uses symmetric secret key shared between WCF and IntegrationServiceAPI
Required Claims
||Claim||Type||Value||Description|| |iss|String|"PartnerPortal"|Issuer - identifies token source| |aud|String|"EGU.PartnerPortal"|Audience - identifies intended recipient| |service_name|String|"WCFservice"|Custom claim identifying WCF service| |exp|Numeric|Unix timestamp|Expiration time (optional but recommended)| |iat|Numeric|Unix timestamp|Issued at time (optional)|
Token Generation (WCF Side)
...