Skip to content

feat(oidc): support idp initialized auth

0a0a754
Select commit
Loading
Failed to load commit list.
Open

feat(oidc): support idp initialized auth #3678

feat(oidc): support idp initialized auth
0a0a754
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 3, 2026 in 2s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 812 in api/login.go

See this annotation in the file changed.

Code scanning / CodeQL

Bad redirect check Medium

This is a check that
this value
, which flows into a
redirect
, has a leading slash, but not that it does not have '/' or '' in its second position.
This is a check that
this value
, which flows into a
redirect
, has a leading slash, but not that it does not have '/' or '' in its second position.

Check warning on line 827 in api/login.go

See this annotation in the file changed.

Code scanning / CodeQL

Open URL redirect Medium

This path to an untrusted URL redirection depends on a
user-provided value
.