@@ -590,34 +590,6 @@ components:
590590 default : false
591591 example : false
592592
593- FlowExtensionContextResponse :
594- type : object
595- description : >
596- Controlled Flow Extension context tree for a given flow type, plus per-flow-type
597- policy flags consumed by the Console UI.
598- properties :
599- flowType :
600- type : string
601- description : Echoed flow type. `null` when no flowType was supplied (default tree).
602- example : PASSWORD_RECOVERY
603- context :
604- type : array
605- description : >
606- Tree of context fields available for the active flow type. Fields disabled at
607- the deployment.toml whitelist level are omitted entirely.
608- items :
609- $ref : ' #/components/schemas/FlowExtensionContextNode'
610- redirectionEnabled :
611- type : boolean
612- description : Whether REDIRECT is advertised in `allowedOperations` for this flow type.
613- example : true
614- allowReadOnlyClaimsModification :
615- type : boolean
616- description : >
617- Whether the Console UI may permit MODIFY on read-only claims for this flow type.
618- Hardcoded enumerative mapping in the engine.
619- example : true
620-
621593 FlowExtensionContextNode :
622594 type : object
623595 description : One node in the controlled Flow Extension context tree.
@@ -676,15 +648,12 @@ components:
676648 example : Some Error Description
677649
678650 securitySchemes :
679- BasicAuth :
680- type : http
681- scheme : basic
682651 OAuth2 :
683652 type : oauth2
684653 flows :
685654 authorizationCode :
686- authorizationUrl : ' https://api.asgardeo.io/t/{org -name}/oauth2/authorize'
687- tokenUrl : ' https://api.asgardeo.io/t/{org -name}/oauth2/token'
655+ authorizationUrl : ' https://api.asgardeo.io/t/{organization -name}/oauth2/authorize'
656+ tokenUrl : ' https://api.asgardeo.io/t/{organization -name}/oauth2/token'
688657 scopes :
689658 flow_extension_create : internal_flow_extension_create
690659 flow_extension_view : internal_flow_extension_view
0 commit comments