By: Shine Cardozo user 29 Sep 2022 at 1:52 a.m. CDT

4 Responses
Shine Cardozo gravatar
Need an example for "Sector URI:" input field that is present in clients section of OpenID Connect.

By Shine Cardozo user 29 Sep 2022 at 2:06 a.m. CDT

Shine Cardozo gravatar
Is there a particular format in which I have to enter data there? Tried adding a JSON array but its not getting accepted.

By Shine Cardozo user 29 Sep 2022 at 2:24 a.m. CDT

Shine Cardozo gravatar
Does it even work?

By Mobarak Hosen Shakil staff 29 Sep 2022 at 2:40 a.m. CDT

Mobarak Hosen Shakil gravatar
Hi, Shine! `Sector URI` is an externally hosted URI that contains a list of valid `redirect_uri` for specific `OpenID Connect client`. an example of `Sector_URI`: [https://raw.githubusercontent.com/imShakil/test/master/uri](https://raw.githubusercontent.com/imShakil/test/master/uri) Attached an image.

By Shine Cardozo user 29 Sep 2022 at 2:41 a.m. CDT

Shine Cardozo gravatar
Figured it out. Had to host a file .json with for example the following contents. ["https://localhost:9443","https://127.0.0.1:9443"] and then the public link to this .json has to be added in Sector URI field.