renaming
This commit is contained in:
parent
720fe28f70
commit
4b2f7c9de4
5 changed files with 63 additions and 58 deletions
|
@ -3,5 +3,8 @@ package server
|
|||
import "github.com/caos/oidc/pkg/oidc"
|
||||
|
||||
func NeedsExistingSession(authRequest *oidc.AuthRequest) bool {
|
||||
if authRequest == nil {
|
||||
return true
|
||||
}
|
||||
return authRequest.IDTokenHint != "" //TODO: impl: https://openid.net/specs/openid-connect-core-1_0.html#rfc.section.3.1.2.2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue