Sha256: 4689741d593ba578b23a0b9bddc53c6be8c5b9e6cb8c1543a2fac122c0e4548f
Contents?: true
Size: 1.11 KB
Versions: 15
Compression:
Stored size: 1.11 KB
Contents
module USCoreTestKit class SmartStandaloneLaunchSTU2 < Inferno::TestGroup id :us_core_smart_standalone_launch_stu2 title 'Standalone Launch' run_as_group group from: :smart_discovery_stu2, run_as_group: true group from: :smart_standalone_launch_stu2, run_as_group: true group from: :smart_openid_connect do run_as_group optional config( inputs: { id_token: { name: :standalone_id_token }, client_id: { name: :standalone_client_id }, requested_scopes: { name: :standalone_requested_scopes }, access_token: { name: :standalone_access_token }, smart_credentials: { name: :standalone_smart_credentials } } ) end group from: :smart_token_refresh do run_as_group optional config( inputs: { refresh_token: { name: :standalone_refresh_token }, client_id: { name: :standalone_client_id }, client_secret: { name: :standalone_client_secret }, received_scopes: { name: :standalone_received_scopes } } ) end end end
Version data entries
15 entries across 15 versions & 1 rubygems