Question
2
Replies
47
Views
Posted: April 14, 2020
Last activity: April 23, 2020
Is it possible to Change Authorization endpoint
Is it possible to change the client details & Authorization endpoint that is automatically generated by the system? because we have to use organization specific authorization system to generate token .
Client registration rule is for registering oauth2 client with pega authorization module. So ClientID/Secret are generated by the system and cannot be manually changed. Secret can be regenerated by using 'Regenerate client secret' option.
If idea is to use token from an external authorization server to access REST services hosted on pega, then use one of the oauth2 extension grants JWTbearer or SAMLBearer. This allows extension of trust by exchanging token from external authorization server with a Pega issued access token, which further can be used to invoke pega rest services.