Skip to content

Commit

Permalink
update config order
Browse files Browse the repository at this point in the history
  • Loading branch information
asha15 committed Jun 7, 2024
1 parent 112d94c commit 84a089e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@
<xs:element minOccurs="0" name="fapiConformanceEnabled" type="xs:boolean"/>
<xs:element minOccurs="0" name="frontchannelLogoutUrl" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="grantTypes" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="hybridFlowEnabled" type="xs:boolean"/>
<xs:element minOccurs="0" name="hybridFlowResponseType" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="idTokenEncryptionAlgorithm" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="idTokenEncryptionEnabled" type="xs:boolean"/>
<xs:element minOccurs="0" name="idTokenEncryptionMethod" nillable="true" type="xs:string"/>
Expand All @@ -414,8 +416,6 @@
<xs:element minOccurs="0" name="oauthConsumerSecret" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="pkceMandatory" type="xs:boolean"/>
<xs:element minOccurs="0" name="pkceSupportPlain" type="xs:boolean"/>
<xs:element minOccurs="0" name="hybridFlowEnabled" type="xs:boolean"/>
<xs:element minOccurs="0" name="hybridFlowResponseType" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="refreshTokenExpiryTime" type="xs:long"/>
<xs:element minOccurs="0" name="renewRefreshTokenEnabled" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="requestObjectEncryptionAlgorithm" nillable="true" type="xs:string"/>
Expand Down

0 comments on commit 84a089e

Please sign in to comment.