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?
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?
これも必要です。解決策は見つかりましたか?
すべての SSO ログインでパラメータが同じである場合、sso url 設定にパラメータを追加できます。例えば、sso url を http://wp-discourse.test?site=demo に設定すると、SSO プロバイダーのサイト側で、リクエストが私の「demo」サイトから来たことを知ることができます。
各 SSO ログインリクエストで変化するデータを追加することも、プラグインを使用することで可能かもしれません。