# SSO Provider URL contains symbol # cause issue

**URL:** https://meta.discourse.org/t/sso-provider-url-contains-symbol-cause-issue/400782
**Category:** Bug
**Tags:** sso, oauth2
**Created:** [16 באפריל,‏ 2026,‏ 10:27am UTC](https://meta.discourse.org/t/sso-provider-url-contains-symbol-cause-issue/400782 "2026-04-16T10:27:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![vijayan\_mmm](https://avatars.discourse-cdn.com/v4/letter/v/71e660/32.png) [@vijayan\_mmm](https://meta.discourse.org/u/vijayan_mmm)
#### Post date: [16 באפריל,‏ 2026,‏ 10:27am UTC](https://meta.discourse.org/t/sso-provider-url-contains-symbol-cause-issue/400782/1 "2026-04-16T10:27:03Z")

</div>

i have configured oauth2 for my provider, which has [https://companyprovider/portal/#/login?client\_id=8ascxc](https://companyprovider/portal/#/login?client_id=8ascxc)

but oauth-basic plugin considering # as delimitator and split the url without /#/login when redirecting for SSO login. Is there any way to solve this issue? thanks in advance.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [20 באפריל,‏ 2026,‏ 5:17am UTC](https://meta.discourse.org/t/sso-provider-url-contains-symbol-cause-issue/400782/2 "2026-04-20T05:17:22Z")

</div>

`#` is a protocol violation, fragments are a client side only thing.
