@@ -162,7 +162,7 @@ public static IEnumerable<Client> GetClients(Dictionary<string,string> clientsUr
162162 AllowedGrantTypes = GrantTypes . Implicit ,
163163 AllowAccessTokensViaBrowser = true ,
164164
165- RedirectUris = { $ "{ clientsUrl [ "LocationsApi" ] } /swagger/o2c .html" } ,
165+ RedirectUris = { $ "{ clientsUrl [ "LocationsApi" ] } /swagger/oauth2-redirect .html" } ,
166166 PostLogoutRedirectUris = { $ "{ clientsUrl [ "LocationsApi" ] } /swagger/" } ,
167167
168168 AllowedScopes =
@@ -177,7 +177,7 @@ public static IEnumerable<Client> GetClients(Dictionary<string,string> clientsUr
177177 AllowedGrantTypes = GrantTypes . Implicit ,
178178 AllowAccessTokensViaBrowser = true ,
179179
180- RedirectUris = { $ "{ clientsUrl [ "MarketingApi" ] } /swagger/o2c .html" } ,
180+ RedirectUris = { $ "{ clientsUrl [ "MarketingApi" ] } /swagger/oauth2-redirect .html" } ,
181181 PostLogoutRedirectUris = { $ "{ clientsUrl [ "MarketingApi" ] } /swagger/" } ,
182182
183183 AllowedScopes =
@@ -192,7 +192,7 @@ public static IEnumerable<Client> GetClients(Dictionary<string,string> clientsUr
192192 AllowedGrantTypes = GrantTypes . Implicit ,
193193 AllowAccessTokensViaBrowser = true ,
194194
195- RedirectUris = { $ "{ clientsUrl [ "BasketApi" ] } /swagger/o2c .html" } ,
195+ RedirectUris = { $ "{ clientsUrl [ "BasketApi" ] } /swagger/oauth2-redirect .html" } ,
196196 PostLogoutRedirectUris = { $ "{ clientsUrl [ "BasketApi" ] } /swagger/" } ,
197197
198198 AllowedScopes =
@@ -207,7 +207,7 @@ public static IEnumerable<Client> GetClients(Dictionary<string,string> clientsUr
207207 AllowedGrantTypes = GrantTypes . Implicit ,
208208 AllowAccessTokensViaBrowser = true ,
209209
210- RedirectUris = { $ "{ clientsUrl [ "OrderingApi" ] } /swagger/o2c .html" } ,
210+ RedirectUris = { $ "{ clientsUrl [ "OrderingApi" ] } /swagger/oauth2-redirect .html" } ,
211211 PostLogoutRedirectUris = { $ "{ clientsUrl [ "OrderingApi" ] } /swagger/" } ,
212212
213213 AllowedScopes =
@@ -222,7 +222,7 @@ public static IEnumerable<Client> GetClients(Dictionary<string,string> clientsUr
222222 AllowedGrantTypes = GrantTypes . Implicit ,
223223 AllowAccessTokensViaBrowser = true ,
224224
225- RedirectUris = { $ "{ clientsUrl [ "MobileShoppingAgg" ] } /swagger/o2c .html" } ,
225+ RedirectUris = { $ "{ clientsUrl [ "MobileShoppingAgg" ] } /swagger/oauth2-redirect .html" } ,
226226 PostLogoutRedirectUris = { $ "{ clientsUrl [ "MobileShoppingAgg" ] } /swagger/" } ,
227227
228228 AllowedScopes =
@@ -237,7 +237,7 @@ public static IEnumerable<Client> GetClients(Dictionary<string,string> clientsUr
237237 AllowedGrantTypes = GrantTypes . Implicit ,
238238 AllowAccessTokensViaBrowser = true ,
239239
240- RedirectUris = { $ "{ clientsUrl [ "WebShoppingAgg" ] } /swagger/o2c .html" } ,
240+ RedirectUris = { $ "{ clientsUrl [ "WebShoppingAgg" ] } /swagger/oauth2-redirect .html" } ,
241241 PostLogoutRedirectUris = { $ "{ clientsUrl [ "WebShoppingAgg" ] } /swagger/" } ,
242242
243243 AllowedScopes =
0 commit comments