
Taylor Artunian
-
Actividad total15
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos3
-
Suscripciones4
Resumen de la actividad
Última actividad de Taylor Artunian-
Taylor Artunian creó una publicación,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 creó una publicación,
ZAF App not refreshing Azure token
RespondidaI 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 creó una publicación,
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 ...