Push-Based SET Token Delivery Using HTTP

Slides:



Advertisements
Similar presentations
1 IETF 45 - IPP WG July 14, 1999 Agenda –Update on project status –Remaining work within the current charter IPP Notifications IPP Implementer's Guide.
Advertisements

Hannes Tschofenig, Blaine Cook (IETF#79, Beijing).
Cornell CS502 Web Basics and Protocols CS 502 – Carl Lagoze Acks to McCracken Syracuse Univ.
Chapter Completing Reports and Proposals. Chapter Finalizing Formal Reports and Proposals RevisingProducing ProofreadingDistributing.
Migrating Full-Trust Solutions to the Cloud Scot
! { "action": { "type": "http", "request": { "uri": " "method": "GET",
Google Cloud Messaging for Android (GCM) is a free service that helps developers send data from servers to their Android.
Google Data APIs Google Data APIs : Integrando suas aplicações Java com os serviços Google.
WAPP Social Media Rollout Overview of Plan to Rollout Social Media Outlets to Members.
GET Examples – db.org/sops/3/experimental_conditions/55http://seek.sysmo- db.org/sops/3/experimental_conditions/55 –
Visual Studio Online Load Testing Git / Version Control Testing Build and release Analytics Team Collab Agile Planning / Work items Test Mgmt.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Otomo End User SSO - TOI March 2014 Otomo 10.5 – End User SSO Support.
© Prentice Hall, 2008 Business Communication Today, 9eChapter Completing Reports and Proposals.
Hannes Tschofenig, Blaine Cook. 6/4/2016 IETF #77, SAAG 2 The Problem.
Goal: Begin rough draft of body paragraphs. Learn when to paraphrase vs. direct quote. Agenda: Review what it means to paraphrase When do you paraphrase.
HTTP Geolocation Header draft-thomson-geopriv-http-geolocation-00 IETF 80, Prague.
Observations from the OAuth Feature Survey Mike Jones March 14, 2013 IETF 86.
Planning Your Case Study HROB 101 Spring As A Team Identify Current Conditions What does the instructor require? Is there a reward for early completion?
© Prentice Hall, 2008 Excellence in Business Communication, 8eChapter Completing Business Reports and Proposals.
Copyright © 2010 Pearson Education InternationalChapter Completing Reports and Proposals.
© Prentice Hall, 2007 Excellence in Business Communication, 7eChapter Completing Reports and Proposals.
Writing and Completing Reports and Proposals Copyright © 2014 Pearson Education, Inc. publishing as Prentice Hall 1Chapter 15 - Chapter 15.
WStore Programmer Guide Resources management integration.
1 COR2789 Measures to Address Unregistered & Shipperless Sites October 2014.
Jaime Pérez June EQUAL group (Terena) –No activity during the past months. Plasma WG (IETF) –Already produced a draft: draft-freeman-message-access-control-req-01.txt.
Session-Independent Policies draft-ietf-sipping-session-indep-policy-02 Volker Hilt Jonathan Rosenberg Gonzalo.
Authenticated Identity
Content from Python Docs.
Johnson, Baismall, Andre
WMarket For Developers API && Authorization.
WStore Programmer Guide
Completing Reports and Proposals
J. Bradley Sanso H. Tschofenig
Chairs: Derek Atkins and Hannes Tschofenig
Host of Troubles : Multiple Host Ambiguities in HTTP Implementations
Request a Content Change for Novartis.com
What is REST API ? A REST (Representational State Transfer) Server simply provides access to resources and the REST client accesses and presents the.
Diameter NASReq Application Status
Addressing the Beast: Single Sign-On II
Rest Style Large MeAsurement Platform Protocol
WStore Programmer Guide
Configuration Framework draft-ietf-sipping-config-framework-06
HTTP Protocol.
Dominik Pinter, CMS.IO, Authentication Dominik Pinter,
HTTP, RESTful Web Services, HTTP and REST Tools: Postman, Fiddler
Tips Need to Consider When Organizing a College Event
Testing REST IPA using POSTMAN
Completing Reports and Proposals
Completing Reports and Proposals
Managed Object Request/Response
Generating the Server Response: HTTP Status Codes
Pub/sub-based Web Applications
Completing Formal Business Reports and Proposals
Poll-Based SET Token Delivery Using HTTP
Managed Object Request/Response
ماجستير إدارة المعارض من بريطانيا
HTTP Request Method URL Protocol Version GET /index.html HTTP/1.1
Subject Identifier Types
While the audience is gathering. During breaks etc
STIR WG IETF-102 PASSPorT Extension for Resource-Priority Authorization (draft-ietf-stir-rph-06) July 18, 2018 Ray P. Singh, Martin Dolly, Subir Das, and.
RFC Verifier Behavior Step 4: Check the Freshness of Date
Project Update Design, Build and System Test completed.
1 1.What is the Author’s point?
While the audience is gathering. During breaks etc
Types of Errors And Error Analysis.
HTTP Request Signing with AWS Signature Version 4
Push-Based SET Token Delivery Using HTTP
THE WEB AND WEB SERVICES
Subject Identifiers for Security Event Tokens
TCP Maintenance and Minor Extensions (TCPM) Working Group Status
Presentation transcript:

Push-Based SET Token Delivery Using HTTP Annabelle Backman IETF 102 – July 2018

Push-Based SET Token Delivery Using HTTP draft-ietf-secevent-http-push-00 Formerly: draft-ietf-secevent-delivery-02 No normative changes

Push Request POST /Events HTTP/1.1 Host: receiver.example.com Accept: application/json Authorization: Bearer h480djs93hd8 Content-Type: application/secevent+jwt ...SET in request body...

Success Response HTTP/1.1 202 Accepted

Error Response HTTP/1.1 400 Bad Request Content-Type: application/json { "err": "jwtAud", "description": "Invalid audience value." }

Current Status 00 draft published 2018-04-16 Implementations: Google Transmitter: Implemented Receiver: In progress? Amazon Receiver: In progress Transmitter: In progress