File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -550,12 +550,13 @@ module.exports = {
550550 "logStdOutLevel" : "debug" ,
551551 // TODO: Will need to make production Login.gov App (Using as Placeholder for now)
552552 "login_gov_oidc" : {
553- "client_id" : "urn:gov:gsa:openidconnect.profiles:sp:sso:office_of_government_wide_policy:srt_app " ,
554- "issuer_url" : "https://idp.int.identitysandbox .gov/.well-known/openid-configuration" ,
553+ "client_id" : "urn:gov:gsa:openidconnect.profiles:sp:sso:office_of_government_wide_policy:gsa_srt " ,
554+ "issuer_url" : "https://secure.login .gov/.well-known/openid-configuration" ,
555555 "client_assertion_type" : "urn:ietf:params:oauth:client-assertion-type:jwt-bearer" ,
556- "token_endpoint" : "https://idp.int.identitysandbox.gov/api/openid_connect/token" ,
557- "user_endpoint" : "https://idp.int.identitysandbox.gov/api/openid_connect/userinfo" ,
558- "logout_endpoint" : "https://idp.int.identitysandbox.gov/openid_connect/logout" ,
556+ "token_endpoint" : "https://secure.login.gov/api/openid_connect/token" ,
557+ "user_endpoint" : "https://secure.login.gov/api/openid_connect/userinfo" ,
558+ "logout_endpoint" : "https://secure.login.gov/openid_connect/logout" ,
559+ "redirect_uri" : "https://srt-server.app.cloud.gov/odic/callback" ,
559560 } ,
560561 "maxCas" : {
561562 "cas_url" : "https://login.max.gov/cas/" ,
You can’t perform that action at this time.
0 commit comments