SSO 제공자 URL에 # 기호가 포함되어 문제가 발생

i have configured oauth2 for my provider, which has 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.

1개의 좋아요

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

3개의 좋아요