Is it allowed to have # value in redirect callback url

Index page of our application looks like
https://{domain}/app-test/index.html#/
When we set above url as Allowed Callback url, we get error that redirect url is not configured
as allowed callback url list.
Is it not allowed to use # in callback url. Do we have to use " https://{domain}/app-test/index.html/" url instead ?

Hello, @rathorsdharmendra,

No, we do not support the use of the # character in a callback URL, as the # character signifies a Fragment. The URL would actually be anything that’s before the # - anything after that is an internal page reference.