diff --git a/v2/unified-login/multiple-frontends-with-separate-backends.mdx b/v2/unified-login/multiple-frontends-with-separate-backends.mdx index e247335cf..5fa1a4061 100644 --- a/v2/unified-login/multiple-frontends-with-separate-backends.mdx +++ b/v2/unified-login/multiple-frontends-with-separate-backends.mdx @@ -123,8 +123,8 @@ If the creation was successful, the API will return a response that looks like t ``` Based on the client creation process we can also infer two additional values that we will need later on: -- `authorizeUrl` corresponds to `^{form_apiDomain}^{form_apiBasePath}oauth/auth` -- `tokenFetchUrl` corresponds to `^{form_apiDomain}^{form_apiBasePath}oauth/token` +- `authorizeUrl` corresponds to `^{form_apiDomain}^{form_apiBasePath}/oauth/auth` +- `tokenFetchUrl` corresponds to `^{form_apiDomain}^{form_apiBasePath}/oauth/token` :::caution