diff --git a/lib/udap_security_test_kit.rb b/lib/udap_security_test_kit.rb index 6830f92..6e12704 100644 --- a/lib/udap_security_test_kit.rb +++ b/lib/udap_security_test_kit.rb @@ -57,6 +57,25 @@ class Suite < Inferno::TestSuite request.query_parameters['state'] end + links [ + { + label: 'Report Issue', + url: 'https://github.com/inferno-framework/udap-security-test-kit/issues' + }, + { + label: 'Open Source', + url: 'https://github.com/inferno-framework/udap-security-test-kit' + }, + { + label: 'Download', + url: 'https://github.com/inferno-framework/udap-security-test-kit/releases' + }, + { + label: 'Implementation Guide', + url: 'https://hl7.org/fhir/us/udap-security/STU1' + } + ] + group from: :udap_authorization_code_group group from: :udap_client_credentials_group end