Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@ This is the official repository for OpenID Foundation Financial-grade API (FAPI)

### What is this repository for? ###

* Financial-grade API
* FAPI 1.0 - This is a profile of OpenID Connect.
* [Part 1: Baseline Security Profile](FAPI_1.0/openid-financial-api-part-1-1_0.md)
* [Part 2: Advanced Security Profile](FAPI_1.0/openid-financial-api-part-2-1_0.md)
* [Client Initiated Backchannel Authentication Profile](Financial_API_WD_CIBA.md)
* [JWT Secured Authorization Response Mode for OAuth 2.0 (JARM)](oauth-v2-jarm.md)
* [Implementation and Deployment Advice](Financial_API_Implementation_And_Deployment_Advice.md)
* Financial-grade API Version 2.0
* FAPI 2.0 - This is a profile of OAuth 2.0
* [Baseline Profile](FAPI_2_0_Baseline_Profile.md)
* [Advanced Profile](FAPI_2_0_Advanced_Profile.md)
* [Attacker Model](FAPI_2_0_Attacker_Model.md)
* [Grant Management](FAPI_2_0_Grant_Management.md)
* Other documents
* [Cross-Browser Payment Initiation Attack](TR-Cross_browser_payment_initiation_attack.md)
* [Implementation and deployment advice](https://github.com/openid/fapi/blob/master/Financial_API_Implementation_And_Deployment_Advice.md) [issues](https://github.com/openid/fapi/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22component%3A%20Implementation%20%26%20Deployment%20Advice%22)

You can find the overview and rationale of the working group at [the WG page](http://openid.net/wg/fapi/).

### Contribution guidelines ###

* You MUST Execute Contributor Agreement either by
* You MUST execute the Contributor Agreement either by
* [Electronic Signature](http://openid.net/intellectual-property/) and notify openid-specs-fapi-owner@lists.openid.net; OR
* print this [PDF](http://openid.net/wordpress-content/uploads/2010/01/paper-contribution-agreement-20100122.pdf) and fill, sign, scan, and send it to openid-specs-fapi-owner@lists.openid.net.
* You MUST file an issue to [the issue tracker](https://bitbucket.org/openid/fapi/issues?status=new&status=open) before contributing a code.
Expand Down