File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,13 @@ def __init__(
110110 authorizer_configuration = {
111111 "customJwtAuthorizer" : {
112112 "allowedClients" : [
113- Fn .import_value ("LambdaMcpServer-Auth-InteractiveOAuthClientId " ),
114- Fn .import_value ("LambdaMcpServer-Auth-AutomatedOAuthClientId " ),
113+ Fn .import_value ("McpAuth-InteractiveClientId " ),
114+ Fn .import_value ("McpAuth-AutomatedClientId " ),
115115 ],
116116 "discoveryUrl" : Fn .sub (
117117 "${IssuerDomain}/.well-known/openid-configuration" ,
118118 {
119- "IssuerDomain" : Fn .import_value ("LambdaMcpServer-Auth -IssuerDomain" ),
119+ "IssuerDomain" : Fn .import_value ("McpAuth -IssuerDomain" ),
120120 }
121121 ),
122122 }
Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ export class DictionaryMcpServer extends cdk.Stack {
9696 authorizerConfiguration : {
9797 customJwtAuthorizer : {
9898 allowedClients : [
99- cdk . Fn . importValue ( "LambdaMcpServer-Auth-InteractiveOAuthClientId " ) ,
100- cdk . Fn . importValue ( "LambdaMcpServer-Auth-AutomatedOAuthClientId " ) ,
99+ cdk . Fn . importValue ( "McpAuth-InteractiveClientId " ) ,
100+ cdk . Fn . importValue ( "McpAuth-AutomatedClientId " ) ,
101101 ] ,
102102 discoveryUrl : cdk . Fn . sub (
103103 "${IssuerDomain}/.well-known/openid-configuration" ,
104104 {
105- IssuerDomain : cdk . Fn . importValue ( "LambdaMcpServer-Auth -IssuerDomain" ) ,
105+ IssuerDomain : cdk . Fn . importValue ( "McpAuth -IssuerDomain" ) ,
106106 }
107107 ) ,
108108 } ,
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ def __init__(
4040 authorizer_configuration = {
4141 "customJwtAuthorizer" : {
4242 "allowedClients" : [
43- Fn .import_value ("LambdaMcpServer-Auth-InteractiveOAuthClientId " ),
44- Fn .import_value ("LambdaMcpServer-Auth-AutomatedOAuthClientId " ),
43+ Fn .import_value ("McpAuth-InteractiveClientId " ),
44+ Fn .import_value ("McpAuth-AutomatedClientId " ),
4545 ],
4646 "discoveryUrl" : Fn .sub (
4747 "${IssuerDomain}/.well-known/openid-configuration" ,
4848 {
49- "IssuerDomain" : Fn .import_value ("LambdaMcpServer-Auth -IssuerDomain" ),
49+ "IssuerDomain" : Fn .import_value ("McpAuth -IssuerDomain" ),
5050 }
5151 ),
5252 }
You can’t perform that action at this time.
0 commit comments