Ajayn84
Ajayn84
@hperl @aeneasr @alnr request your reviews
Links to https://github.com/ory/hydra/issues/3829
> t's probably easier to just adjust the scope charset @aeneasr can you please elaborate, i did try to encode , but since this logic is more controlled in the...
We cant replace the "|" pipe char with other char, as its a regulatory ask in healthcare. Hl7 Smart App launch link where it indicates the same https://www.hl7.org/fhir/smart-app-launch/scopes-and-launch-context.html#finer-grained-resource-constraints-using-search-parameters
> @Ajayn84 Have you found a workaround with this? We are also facing the same issue for same SMART on FHIR implementation. > > @aeneasr - Could you please share...
> Thank you for pointing me to the spec - in that case the use case is legitimate in my view. Still, it's not trivial to implement this and if...
> @Ajayn84 can you write me an email at [[email protected]](mailto:[email protected]) to discuss the options further please? Sure @vinckr
After a bit of digging, have found the issue to be during persisting the scopes in some tables we are using "|" (pipe) as the delimiter. below are the code...
Based on inputs from slack channel from @tacurran ,have used url escape and unescape, which does resolve the issue   