Skip to content

Commit

Permalink
Create/Update custom scope mapper on trial realm creation (#3)
Browse files Browse the repository at this point in the history
* add response code as response

* update respcode in client

* remove unnecesary test

* remove unnecesary test

* update create client scope
  • Loading branch information
sourabhmandal committed Jun 23, 2023
1 parent 959af2f commit 6e5e01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ type ClientScope struct {
ID *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Description *string `json:"description,omitempty"`
Type *string `json:"type,omitempty"`
Protocol *string `json:"protocol,omitempty"`
ClientScopeAttributes *ClientScopeAttributes `json:"attributes,omitempty"`
ProtocolMappers *[]ProtocolMappers `json:"protocolMappers,omitempty"`
Expand All @@ -419,6 +420,7 @@ type ClientScopeAttributes struct {
ConsentScreenText *string `json:"consent.screen.text,omitempty"`
DisplayOnConsentScreen *string `json:"display.on.consent.screen,omitempty"`
IncludeInTokenScope *string `json:"include.in.token.scope,omitempty"`
GuiOrder *string `json:"gui.order,omitempty"`
}

// ProtocolMappers are protocolmappers
Expand Down

0 comments on commit 6e5e01c

Please sign in to comment.