development
development copied to clipboard
An Enterprise-ready Cloud Services Management Software
As a devops (possibly platform operator) I would like to have subscriptions imported from cloud services to OSCM, which I have subscribed before having oscm installed. Then I would like...
Since there is no logout defined in the SAML metadata, so we are forced to set it manually. Could you add a line like the following to the SAML metadata?...
In current CTMG, the NameIDFormat within Logout request is fixed and UPN as below: https://github.com/servicecatalog/development/blob/5550af14cff0afda7b86ce999930a24c4056c1aa/oscm-saml2-api/javasrc/org/oscm/saml2/api/LogoutRequestGenerator.java#L38 Due to the validation by ADFS to check if the value is truly UPN, Logout...
Since there is no signing certificate defined in the SAML metadata, so we are forced to set it manually. Could you add a line like the following to the SAML...
The NameIDFormat within SAML metadata is fixed and transient as below: https://github.com/servicecatalog/development/blob/5550af14cff0afda7b86ce999930a24c4056c1aa/oscm-saml2-api/javasrc/org/oscm/saml2/api/SpMetadataGenerator.java#L28 However, the NameIDFormat within SAML Logout request message is fixed and UPN as below: https://github.com/servicecatalog/development/blob/5550af14cff0afda7b86ce999930a24c4056c1aa/oscm-saml2-api/javasrc/org/oscm/saml2/api/LogoutRequestGenerator.java#L38 In case when...
As a devops I would like to have more user friendly installer, which will ask me for essential informations (settings) and propose default ones. In addition if installation fails I...
1) Create a subscription to any service 2) Go to account/subscriptions 3) Assign some users [expected] I am able to unassign multiple users at the same time from the subscription....
-----Original Message----- From: Shiino, Toshihiro/椎野 稔弘 Sent: Freitag, 16. Dezember 2016 09:16 [...] Digging into more details of new feature, there are several issues I have encountered and not able...
-----Original Message----- From: Shiino, Toshihiro/椎野 稔弘 Sent: Freitag, 16. Dezember 2016 09:16 [...] I used to inquire about what looked like a bug that InstanceStatus.setTimer(true) cannot be reflected in executeServiceOperation...
The UDA and parameter values are not encrypted on SOAP API. The following web methods may deal with passwords. **Custom attributes** AccountService.getUdas() AccountService.getUdasForCustomer() AccountService.saveUdas() AccountService.getUdaDefinitions() AccountService.getUdaDefinitionsForCustomer() AccountService.saveUdaDefinitions() SubscriptionService.subscribeToService() SubscriptionService.modifySubscription() SubscriptionService.upgradeSubscription()...