From d67527eab67e3e5670c1e6008739e9bbe2088ab2 Mon Sep 17 00:00:00 2001 From: Edgar Jimenez Date: Tue, 23 Aug 2016 09:12:29 +0100 Subject: [PATCH] API-1888 adding confidenceLevels to api definition --- .../userinfo/views/definition.scala.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/uk/gov/hmrc/openidconnect/userinfo/views/definition.scala.txt b/app/uk/gov/hmrc/openidconnect/userinfo/views/definition.scala.txt index 6dc0f56..7b66c4c 100644 --- a/app/uk/gov/hmrc/openidconnect/userinfo/views/definition.scala.txt +++ b/app/uk/gov/hmrc/openidconnect/userinfo/views/definition.scala.txt @@ -7,22 +7,26 @@ { "key":"openid", "name":"Confirm HMRC has a record of you", - "description":"Confirm HMRC has a record of you" + "description":"Confirm HMRC has a record of you", + "confidenceLevel": 200 }, { "key":"profile", "name":"Access your name, gender and date of birth", - "description":"Access your name, gender and date of birth" + "description":"Access your name, gender and date of birth", + "confidenceLevel": 200 }, { "key":"address", "name":"Access your address details", - "description":"Access your address details" + "description":"Access your address details", + "confidenceLevel": 200 }, { "key":"openid:gov-uk-identifiers", "name":"Access your tax identifiers", - "description":"Access your tax identifiers" + "description":"Access your tax identifiers", + "confidenceLevel": 200 } ], "api":{