BookmarkSubscribeRSS Feed
gbl13
Calcite | Level 5

Hello, I hope you are doing great!

I’m trying to configure SSO in sas using SasViya SAML and SCIM on version 2025.03 lts, “use your corporate credentials” was successfully deployed following the instructions SAS Help Center: Scenario: SAML with Microsoft Entra ID (Linux Full Deployment), already disabled the ldap and I’ve followed all pre requisites, but when I try to access the sas app I get de following error:

 

gbl13_1-1752774646252.png

 

 

 

 

I remember that we need to configure scim to proceed with authentication, so I followed the instructions on SAS Viya Azure AD SCIM(worked fine) and SAS Help Center: How to Configure SCIM(don’t work).

This is our first step:

 

INGRESS_URL=https://redacted export BEARER_TOKEN=`curl -sk -X POST "${INGRESS_URL}/SASLogon/oauth/token" -u "sas.cli:" -H "Content-Type: application/x-www-form-urlencoded" -d 'grant_type=password&username=viya_admin&password=redacted' | awk -F: '{print $2}'|awk -F\" '{print $2}'`


But in the second step:
curl -k -X POST "${INGRESS_URL}/SASLogon/oauth/clients" -H "Content-Type: application/json" -H "Authorization: Bearer $BEARER_TOKEN" -H "X-Identity-Zone-Id: <tenant>" -d '{"client_id": "idp-client-id","client_secret": "idp-client-secret","authorities": ["SCIM"],"authorized_grant_types": ["client_credentials"],"access_token_validity": 63070000}'


I’m receiving error 404 path not found for SASLogon/oauth/clients, when I try to use this command in another environment(2024.09) it works fine, is there another way to do this in 2025.03 version? The documentation about this process says to do by this way but using this way I’m getting this error.

 

Could someone help me?

Thanks.

1 REPLY 1
gwootton
SAS Super FREQ
These steps should work for both 2024.09 and 2025.03. You may want to ensure your INGRESS_URL does not have a trailing '/', as this would result in a '//' in the URL which might be getting blocked by ingress.
--
Greg Wootton | Principal Systems Technical Support Engineer

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 436 views
  • 0 likes
  • 2 in conversation