By: Luke Miller user 05 Aug 2021 at 3:46 p.m. CDT

7 Responses
Luke Miller gravatar
After we upgraded to 4.2.3 we long longer have the sector identifier menu under OpenID Connect. We need to be able to add Redirect Login URIs. Is there another way to add those now? Thanks, Luke

By Mohit Mali staff 06 Aug 2021 at 2:07 a.m. CDT

Mohit Mali gravatar
Hi Luke Miller, we no loner have Sector Identifier menu on the UI because it should be managed by the Client. That change was done here https://github.com/GluuFederation/oxTrust/issues/2044 Thanks and Regards! Mohit Mali

By Luke Miller user 06 Aug 2021 at 10:05 a.m. CDT

Luke Miller gravatar
What do you mean by managed by the client? We have found that if these values aren’t set the client does’t work correctly.

By Mohit Mali staff 11 Aug 2021 at 7:49 a.m. CDT

Mohit Mali gravatar
> What do you mean by managed by the client?**** > you have to define sector uri in client, there is Sector URI section where you needs to provide the value (which should be a valid json). Thanks and Regards Mohit Mali.

By Alejandro Calderon user 26 Aug 2021 at 3:04 p.m. CDT

Alejandro Calderon gravatar
Hello Mohit Mali, where is the Sector URI section in the client? Thank you and kind regards.

By Mohit Mali staff 27 Aug 2021 at 4:31 a.m. CDT

Mohit Mali gravatar
hi Alejandro Calderon, > Hello Mohit Mali, where is the Sector URI section in the client? you can see Sector URI section in client registration from. Thanks and Regards Mohit mali

By Alejandro Calderon user 17 Sep 2021 at 3:12 a.m. CDT

Alejandro Calderon gravatar
Thank you so much Mohit, the problem now is that I try to add a valid JSON for my redirect uris, but it does not allow me to add it, taking me to an error page. The JSON I try to add is like this: **[ "http://[my_domain]/aboard/getloginstatus", "http://[my_domain]/getloginstatus", "http://[my_domain]/aboard/getuserinfo", "http://[my_domain]/getuserinfo" ]** Anything am I doing wrong? Thank you so much.

By Alejandro Calderon user 28 Sep 2021 at 7 p.m. CDT

Alejandro Calderon gravatar
Hi @Mohit.Mali, I'm adding a JSON with an array of redirect uris in the Sector URI field you told me, the array I'm setting is: [ "http://[my_domain]/aboard/getloginstatus", "http://[my_domain]/getloginstatus", "http://[my_domain]/aboard/getuserinfo", "http://[my_domain]/getuserinfo" ] ![](https://i.ibb.co/j3rY7t0/Sector-URI.jpg) But when I click on Update, it takes me to an error page ![](https://i.ibb.co/5jbWvpN/oops.jpg) Anything am I doing wrong? Thank you so much!