Use Query Params for OAuth

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

You may pass query params along with the Authorization URL.

Example

https://github.com/login/oauth/authorize?realm=Employees

Multiple query params should be separated with an ampersand.

Example

https://github.com/login/oauth/authorize?realm=Employees?client_id=XXXXXXXXXXX&scope=openid%20profile%20email