File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export class SamlAuthRoutes {
101
101
102
102
this . router . post (
103
103
{
104
- path : `/_opendistro /_security/saml/acs` ,
104
+ path : `/_plugins /_security/saml/acs` ,
105
105
validate : {
106
106
body : schema . any ( ) ,
107
107
} ,
@@ -200,7 +200,7 @@ export class SamlAuthRoutes {
200
200
201
201
this . router . post (
202
202
{
203
- path : `/_opendistro /_security/saml/acs/idpinitiated` ,
203
+ path : `/_plugins /_security/saml/acs/idpinitiated` ,
204
204
validate : {
205
205
body : schema . any ( ) ,
206
206
} ,
@@ -209,7 +209,7 @@ export class SamlAuthRoutes {
209
209
} ,
210
210
} ,
211
211
async ( context , request , response ) => {
212
- const acsEndpoint = `${ this . coreSetup . http . basePath . serverBasePath } /_opendistro /_security/saml/acs/idpinitiated` ;
212
+ const acsEndpoint = `${ this . coreSetup . http . basePath . serverBasePath } /_plugins /_security/saml/acs/idpinitiated` ;
213
213
try {
214
214
const credentials = await this . securityClient . authToken ( {
215
215
requestId : undefined ,
@@ -328,7 +328,7 @@ export class SamlAuthRoutes {
328
328
}
329
329
) ;
330
330
331
- // Once the User is authenticated via the '_opendistro /_security/saml/acs' route,
331
+ // Once the User is authenticated via the '_plugins /_security/saml/acs' route,
332
332
// the browser will be redirected to '/auth/saml/redirectUrlFragment' route,
333
333
// which will execute the redirectUrlFragment.js.
334
334
this . coreSetup . http . resources . register (
You can’t perform that action at this time.
0 commit comments