<@U010HRLSQRX> Tried that, hydra does handle that ...
# general
c
@swift-chef-97535 Tried that, hydra does handle that in the hydra_client tables, as the separator there is SPACE, but in auth - consent flow when hydra populates and retrieves data from hydra_oauth2_flow, hydra_oauth2_code tables, the Seperator used is PIPE for generated and requested scopes. As such, when storing data, it gets populated with "|" ,but while retrieving i get 2 scopes as while retrieving we use PIPE to split the scopes.