Loading TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml +11 −5 Original line number Diff line number Diff line Loading @@ -39,6 +39,11 @@ paths: get: operationId: retrieveServiceAccessInformation summary: 'Retrieve the Service Access Information resource' security: - oAuth2ClientCredentials: - service-access-information-read - oAuth2AuthorizationCode: - service-access-information-read responses: '200': # OK description: 'Success' Loading Loading @@ -67,20 +72,21 @@ paths: components: securitySchemes: OAuth2ClientCredentials: oAuth2ClientCredentials: type: oauth2 flows: clientCredentials: tokenUrl: '{tokenUrl}' scopes: {} OAuth2AuthorizationCode: scopes: service-access-information-read: Read service access session oAuth2AuthorizationCode: type: oauth2 flows: authorizationCode: authorizationUrl: '{authorizationUrl}' tokenUrl: '{tokenUrl}' scopes: {} scopes: service-access-information-read: Read service access session schemas: M5MediaEntryPoint: Loading Loading
TS26510_Maf_SessionHandling_ServiceAccessInformation.yaml +11 −5 Original line number Diff line number Diff line Loading @@ -39,6 +39,11 @@ paths: get: operationId: retrieveServiceAccessInformation summary: 'Retrieve the Service Access Information resource' security: - oAuth2ClientCredentials: - service-access-information-read - oAuth2AuthorizationCode: - service-access-information-read responses: '200': # OK description: 'Success' Loading Loading @@ -67,20 +72,21 @@ paths: components: securitySchemes: OAuth2ClientCredentials: oAuth2ClientCredentials: type: oauth2 flows: clientCredentials: tokenUrl: '{tokenUrl}' scopes: {} OAuth2AuthorizationCode: scopes: service-access-information-read: Read service access session oAuth2AuthorizationCode: type: oauth2 flows: authorizationCode: authorizationUrl: '{authorizationUrl}' tokenUrl: '{tokenUrl}' scopes: {} scopes: service-access-information-read: Read service access session schemas: M5MediaEntryPoint: Loading