The following table describes the extension point details for the Authorization microservice.
See also, About Extending Infosys Equinox.
EXTENSION POINT NAME | EXTENSION POINT DESCRIPTION | EXTENSION INTERFACE METHOD SIGNATURE |
---|---|---|
SSOAuthRolePrivilegeMapper | This plugin maps the roles of the external authorization provider with the roles of the Authorization service. The Authorization service depends on the following plug-in for role mappings: 1. oauth-auth-plugin 2. ldap-auth-plugin | Set<GrantedRole> getGrantedAuthorities(String authorizationData, AuthorizationConfig authorizationConfig); |
Revision History
2022-04-10 | JP – Fixed link and http issues.
2020-01-14 | AN – Updated content for February 2020 release.
2019-06-16 | PLK – Content updated.
2019-01-21 | PLK – Page added.