Passing extra parameters to SSO URL

Hello!

I’m looking to add extra parameter to our SSO Provider, something like

https://mywebsite.org/login?sso=PAYLOAD&sig=SIG&extra=data

Is there any way this is possible?

2 Likes

I need this as well. Did you get any solution?

1 Like

If the parameter will be the same for every SSO login, you can add a parameter to the sso url setting. For example, setting my sso url to http://wp-discourse.test?site=demo lets me know on my SSO provider site that the request came from my ‘demo’ site.

Adding data that changes on each SSO login request may be possible with a plugin.

2 Likes