fix: use default redirect uri when not passed on end_session endpoint (#201)
This commit is contained in:
parent
b84bcbed76
commit
53ede2ee8c
3 changed files with 44 additions and 26 deletions
|
@ -54,6 +54,6 @@ type StorageNotFoundError interface {
|
|||
|
||||
type EndSessionRequest struct {
|
||||
UserID string
|
||||
Client Client
|
||||
ClientID string
|
||||
RedirectURI string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue