Tried to follow configure IBM RACF to setup Endevor Web Services security.
When configuring security using TSS, the first step is to define a new facility named ENDEVOR:
FAC(USERnn=NAME=ENDEVOR)
Then, in step 5, each Web Services user is granted access to the facility:
TSS ADD(USERID) FAC(ENDEVOR)
However, there is no corresponding "step 5" in configure IBM RACF documentation. How to limit access to Endevor Web Services for valid Endevor users?
All supported Endevor version
Web Services
RACF
While RACF includes a FACILITY class, it is not related to the Top Secret (TSS) FACILITY definition. Since RACF does not have an equivalent FACILITY definition, there is no need to define a FACILITY profile for RACF. Therefore, step 5 is unnecessary for RACF.