asgardeo-samples / asgardeo-enterprise-ciam-sample

An enterprise use case sample that captures the overall CIAM story that utilize Asgardeo and Choreo.
Apache License 2.0
0 stars 2 forks source link

API path configurations need to be more comprehensive optionally #10

Open ashendes opened 1 year ago

ashendes commented 1 year ago

Description: Currently, only the base API path of the Choreo APIs are requested as a configurable. The API path configurations need be more comprehensive because,

  1. Any customized APIs may have different context paths and users will have to manually update the API paths in the source code if this happens
  2. Updates to the APIs could be reflected in separate versions. There is no way to update the API version in the URLs without changing the source code manually.

Users should be given the option to update the individual API paths if required.

[1] https://github.com/asgardeo-samples/asgardeo-enterprise-ciam-sample/blob/2b7d6ce25108080d4bfd3f48b4e4699f0c5b568a/src/apps/kfone-website/src/api/index.js#L116