
Taylor Artunian
-
총 활동 수15
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수0명
-
투표 수3
-
플랜 수4
활동 개요
Taylor Artunian님의 최근 활동-
Taylor Artunian님이 에 게시물을 만듦
Azure SAML Integration with Multitenant Support
The recent deprecation of the built-in Azure/Office365 authentication option has left us without a convenient way to allow users to sign in to our Zendesk using their Azure identities. Currently th...
-
Taylor Artunian님이 에 댓글을 입력함
For anyone running into issues with Azure AD integration in 2023, the Zendesk app from the Azure gallery asks for the Entity ID in the https://*.zendesk.com format. However, the SAML Issuer field f...
-
Taylor Artunian님이 에 댓글을 입력함
That is the same callback url that I used in Azure. I also set it as Web platform (not single-page) and enabled Access tokens (not ID tokens). I remember getting the 422 error, but I just can't rem...
-
Taylor Artunian님이 에 댓글을 입력함
I think what ended up making it work for me was setting the OAuth scope to: openid offline_access https://[your_subdomain].crm.dynamics.com/user_impersonation
-
Taylor Artunian님이 에 댓글을 입력함
Thank you Eric. That did the trick!For anyone else looking for long term Azure tokens:Prepending the scope with "openid offline_access" should do it.
-
Taylor Artunian님이 에 댓글을 입력함
Hi Eric, Thank you for the reply. Below is a picture of my manifest file.(Edit)As for authentication, I don't do that explicitly in the code. I use the `Authentication: Bearer {{setting.token}}` pl...
-
Taylor Artunian님이 에 게시물을 만듦
ZAF App not refreshing Azure token
답변함I have an app that connects to an Azure based app to read data. The app is successfully using the Zendesk authentication proxy, but after the token expires the app no longer works. From what I've r...
-
Taylor Artunian님이 에 게시물을 만듦
OAuth App Receiving 401 Error
I have an OAuth enabled app that is successfully authenticating to Azure AD but is receiving authorization errors when accessing MS Dynamics CDS through the Zendesk Proxy. On the Zendesk side, the ...