cancel
Showing results for 
Search instead for 
Did you mean: 

Custom SAP BTP Workzone Maintaince mode

TinhLeo
Participant
0 Kudos
177

Hi expert,

I've a requirement to enable maintenance mode for the BTP User by period (user will be locked during period) And need to show a custom message to user to inform site is under maintenance

As far as i know for now we don't have maintenance mode for sap btp workzone services it still on idea of SAP
https://influence.sap.com/sap/ino/#/idea/295127

So, could u give me advice or do we've other way (instead of custom in UI5 apps)

View Entire Topic
WouterLemaire
Active Contributor
0 Kudos

The end date date could be set in your provisioning tool which will deactivate the user in IAS/CIS when it reaches that date.

You can create a plugin that reads the enddate from the provisioning tool or maybe from IAS/CIS and show a messages when it is getting closer to that date.

TinhLeo
Participant
0 Kudos

hallo @WouterLemaire ,

Could you please tell me more detaill?
Which feature i can use in that case locked user on Cloud Identity Services? can u give me some screenshot/step to do it

Thanks

WouterLemaire
Active Contributor
0 Kudos

In CIS your user has an end-date which can be used to show the message up front by using the CIS API.

CIS end date:

WouterLemaire_0-1728971399739.png

With the CIS API, you can get this information and show a messages in Work Zone by using a plugin:

API docu: SP User Information | SAP Help Portal

Work Zone plugin: Add a Shell Plugin | SAP Help Portal