Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/24/2024 07:04 AM - last edited on 07/24/2024 08:56 AM by Dave
Hello community,
For the integration with Github I followed this documentation (https://docs.saviyntcloud.com/bundle/GitHubRest-v55x/page/Content/Creating-an-Integration.htm)
I did everything up to 9 steps.
9. Construct the following URL to provide the consent for OAuth authorization:
https://<GitHub site URL>/login/oauth/authorize?client_id=<client id>&redirect_uri=<redirect uri>&scope=<scope>&state=<name of state>&allow_signup=true
This is my URL:
https://github.com/login/oauth/authorize?client_id=client_idExampleXXX&redirect_uri=https://customdo.../Oauth/callback&scope=admin:org&state=Saviynt%20Staging&allow_signup=true
When I create this URL and run it --> login --> I get this message for https://<domain>/oauth/callback
Also I tested with this URL callback https://customdomain.saviyntcloud.com/ECM/Oauth/callback
I have ROLE_ADMIN SAV role and this role have all the permissions.
I also used this path /ECM/login/auth and in this case it works (add a user on github) but where I can see that code ?
07/24/2024 08:53 AM
Keep state name without space
07/25/2024 05:18 AM
Thanks , when spaces are deleted the first link works (user has been registered in GitHub) but I can not see code.
When I call the link (step 13) it takes me to the login page, then when I log in I get this message.
07/25/2024 05:37 AM
Did you validated logs
07/29/2024 04:35 AM
07/29/2024 08:01 AM
Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .
‼️‼️⚠️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.⚠️‼️‼️
07/30/2024 12:19 AM
07/30/2024 03:11 AM
Share logs in text format
07/30/2024 06:20 AM
07/30/2024 08:51 PM
It seems there are pending configuration
024-07-30T13:17:21.507+00:00,ecm,security.RestTokenGeneratorService,,DEBUG,isValidRedirectionRequestFromMS: true
2024-07-30T13:17:21.507+00:00,ecm,println.PrintlnToLogger,,DEBUG,Println :: isValidRedirectionRequestFromMS: true
2024-07-30T13:17:21.507+00:00,ecm,security.RestTokenGeneratorService,,DEBUG,accessTokenCookieFromMS is empty and isValidRedirectionRequestFromMS true.
2024-07-30T13:17:21.507+00:00,ecm,security.RestTokenGeneratorService,,DEBUG,msSubdomain before generating token = ecm
2