|
| 1 | +audit_db: |
| 2 | + url: ~ |
| 3 | + |
| 4 | +idme: |
| 5 | + client_cert_path: spec/fixtures/sign_in/oauth.crt |
| 6 | + client_id: ef7f1237ed3c396e4b4a2b04b608a7b1 |
| 7 | + client_key_path: spec/fixtures/sign_in/oauth.key |
| 8 | + client_secret: ~ |
| 9 | + oauth_url: https://api.idmelabs.com |
| 10 | + redirect_uri: http://localhost:3000/v0/sign_in/callback |
| 11 | + |
| 12 | +logingov: |
| 13 | + client_cert_path: spec/fixtures/sign_in/oauth.crt |
| 14 | + client_id: https://sqa.eauth.va.gov/isam/sps/saml20sp/saml20 |
| 15 | + client_key_path: spec/fixtures/sign_in/oauth.key |
| 16 | + logout_redirect_uri: http://localhost:3000/v0/sign_in/logingov_logout_proxy |
| 17 | + oauth_public_key: spec/fixtures/logingov/logingov_oauth_pub.pem |
| 18 | + oauth_url: https://idp.int.identitysandbox.gov |
| 19 | + redirect_uri: http://localhost:3000/v0/sign_in/callback |
| 20 | + |
| 21 | +map_services: |
| 22 | + appointments_client_id: 74b3145e1354555e |
| 23 | + chatbot_client_id: 2bb9803acfc3 |
| 24 | + check_in_client_id: bc75b71c7e67 |
| 25 | + client_cert_path: spec/fixtures/map/oauth.crt |
| 26 | + client_key_path: spec/fixtures/map/oauth.key |
| 27 | + oauth_url: https://veteran.apps-staging.va.gov |
| 28 | + secure_token_service: |
| 29 | + mock: true |
| 30 | + sign_up_service: |
| 31 | + mock: true |
| 32 | + sign_up_service_client_id: c7d6e0fc9a39 |
| 33 | + sign_up_service_provisioning_api_key: ~ |
| 34 | + sign_up_service_url: https://cerner.apps-staging.va.gov |
| 35 | + |
| 36 | +mhv: |
| 37 | + account_creation: |
| 38 | + access_key: ~ |
| 39 | + host: https://apigw-intb.aws.myhealth.va.gov |
| 40 | + mock: true |
| 41 | + sts: |
| 42 | + issuer: http://localhost:3000 |
| 43 | + service_account_id: c34b86f2130ff3cd4b1d309bc09d8740 |
| 44 | + |
| 45 | +mvi: |
| 46 | + client_cert_path: /fake/client/cert/path |
| 47 | + client_key_path: /fake/client/key/path |
| 48 | + mock: false |
| 49 | + open_timeout: 15 |
| 50 | + pii_logging: false |
| 51 | + processing_code: T |
| 52 | + timeout: 30 |
| 53 | + url: http://ps-dev.commserv.healthevet.va.gov:8110/psim_webservice/IdMWebService |
| 54 | + |
| 55 | +saml_ssoe: |
| 56 | + callback_url: http://localhost:3000/v1/sessions/callback |
| 57 | + cert_path: spec/support/certificates/ruby-saml.crt |
| 58 | + idp_metadata_file: config/ssoe_idp_int_metadata_isam.xml |
| 59 | + idp_sso_service_binding: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST |
| 60 | + issuer: https://ssoe-sp-localhost.va.gov |
| 61 | + key_path: spec/support/certificates/ruby-saml.key |
| 62 | + logout_app_key: https://ssoe-sp-dev.va.gov |
| 63 | + logout_url: https://int.eauth.va.gov/slo/globallogout |
| 64 | + request_signing: false |
| 65 | + response_encryption: false |
| 66 | + response_signing: false |
| 67 | + tou_decline_logout_app_key: https://dev-api.va.gov/agreements_declined |
| 68 | + |
| 69 | +session_cookie: |
| 70 | + secure: false |
| 71 | + |
| 72 | +sign_in: |
| 73 | + arp_client_id: arp |
| 74 | + auto_uplevel: true |
| 75 | + cookies_secure: false |
| 76 | + info_cookie_domain: localhost |
| 77 | + jwt_encode_key: spec/fixtures/sign_in/privatekey.pem |
| 78 | + jwt_old_encode_key: spec/fixtures/sign_in/privatekey_old.pem |
| 79 | + mock_auth_url: http://localhost:3000/mocked_authentication/profiles |
| 80 | + mock_redirect_uri: http://localhost:3000/v0/sign_in/callback |
| 81 | + mockdata_sync_api_key: ~ |
| 82 | + sts_client: |
| 83 | + base_url: http://localhost:3000 |
| 84 | + key_path: spec/fixtures/sign_in/sts_client.pem |
| 85 | + user_info_clients: |
| 86 | + - okta_test |
| 87 | + vaweb_client_id: vaweb |
| 88 | + vamobile_client_id: vamobile |
| 89 | + web_origins: |
| 90 | + - http://localhost:4000 |
| 91 | + |
| 92 | +ssoe_eauth_cookie: |
| 93 | + domain: localhost |
| 94 | + name: vagov_saml_request_localhost |
| 95 | + secure: false |
| 96 | + |
| 97 | +terms_of_use: |
| 98 | + current_version: v1 |
| 99 | + enabled_clients: vaweb, mhv, myvahealth |
0 commit comments