OIDCClientCookieSettings
このコンテンツはまだ日本語訳がありません。
Cookie settings
Properties
expires?
optional
expires:number
Session expiration (ms)
- If not set, same as data expiration.
- If set to
0
, it becomes session cookie.
Defined in
httpOnly
httpOnly:
boolean
httpOnly flag
Default
Defined in
path
path:
string
path
Default
Defined in
sameSite
sameSite:
boolean
|"strict"
|"none"
|"lax"
sameSite flag
- If
baseUrl
andissueUrl
are from the same domain, it can be set tostrict
Default
Defined in
secure
secure:
boolean
secure flag
Default
Defined in
sessionIdName
sessionIdName:
string
Neme for session id
- Add type definition manually
- e.g.
t.Cookie({ "__Host-sid": t.Optional(t.String()) })
- e.g.
Default
See
Search for Cookie Name Prefixes
in RFX6265bis