| 384 | // header for both oidc and _oidc_challenge requests. |
| 385 | func TestGetOIDCCallbackURL(t *testing.T) { |
| 386 | type test struct { |
| 387 | name string |
| 388 | authURL string |
| 389 | issuer string |
| 390 | wantProvider string |
| 391 | } |
| 392 | tests := []test{ |
| 393 | { |
| 394 | // Provider should be included in callback URL when the requested provider is not default. |
no outgoing calls