Enabling External Role Mapping

Not applicable

Hi

I am trying to enable Enabling External Role Mapping and also compile the Apigee Sample code in the documentation file ExternalRoleMapperService.

Did anyone used / enabled this External Role Mapper service?

How did you compile it? and where did you stored the jar file ?

Thanks,

Rez

Solved Solved
2 4 308
1 ACCEPTED SOLUTION

Not applicable

The required Apigee specific JARs can be requested by opening a support ticket.

A good sample is provided here:

https://docs.apigee.com/sites/docs/files/ApigeeEdgePrivateCloud-ExtAuthConfig.pdf

View solution in original post

4 REPLIES 4

Not applicable

To compile to an external jar:

java -cp '.:lib/some-dependency.jar' src/myClass

(note this assumes Mac or Linux, use ";" instead of ":" to delimit the class path entries on Windows).

The resulting jar file can be placed into <install-directory>/apigee4/share/apigee/webapps/api - a restart of the MP would be required for the new jar file to be picked up.

Hi Dallen

I know how to compile, but the documentation doesn't say which jar files and where I can find them.

and I am using apigee edge 4.16.5 (the latest revision).

Given the original question and the followup - not clear what you are actually missing then. You know what jars are required by your implementation no? You have requested the relevant JARs for the Apigee integration no? Not sure what else you are looking for... Can you elaborate?

Also would be worthwhile to review the sample provided in: https://docs.apigee.com/sites/docs/files/ApigeeEdgePrivateCloud-ExtAuthConfig.pdf

Not applicable

The required Apigee specific JARs can be requested by opening a support ticket.

A good sample is provided here:

https://docs.apigee.com/sites/docs/files/ApigeeEdgePrivateCloud-ExtAuthConfig.pdf