Skip to content

Commit

Permalink
docfix/Add Available FAPI profiles to the glossary item
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine2nd committed Apr 10, 2024
1 parent f1a27f8 commit 117651f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions obp-api/src/main/scala/code/api/util/Glossary.scala
Expand Up @@ -3302,6 +3302,20 @@ object Glossary extends MdcLoggable {
|Please note that <a href="https://openid.net/specs/fapi-2_0-baseline-01.html" target="_blank">FAPI 2.0</a> is still in draft.""".stripMargin)


glossaryItems += GlossaryItem(
title = "Available FAPI profiles",
description =
s"""The following are the FAPI profiles which are either in use by multiple implementers or which are being actively developed by the OpenID Foundation’s FAPI working group:
|
|* <a href="https://openid.net/specs/openid-financial-api-part-2-wd-06.html">FAPI 1 Implementers Draft 6 (OBIE Profile)</a>
|* <a href="https://openid.net/specs/openid-financial-api-part-1-1_0.html">FAPI 1 Baseline</a>
|* <a href="https://openid.net/specs/openid-financial-api-part-2-1_0.html">FAPI 1 Advanced</a>
|* <a href="https://openbanking-brasil.github.io/specs-seguranca/open-banking-brasil-financial-api-1_ID3-ptbr.html">Brazil Security Standard</a>
|* <a href="https://openid.net/specs/fapi-2_0-baseline-01.html">FAPI 2</a>
|* <a href="https://bitbucket.org/openid/fapi/src/master/FAPI_2_0_Advanced_Profile.md">FAPI 2 Message Signing:</a>
|""".stripMargin)


private def getContentFromMarkdownFile(path: String): String = {
val source = scala.io.Source.fromFile(path)
val lines: String = try source.mkString finally source.close()
Expand Down

0 comments on commit 117651f

Please sign in to comment.