1C:Enterprise platform integration capabilities and techniques

#1
People who like this: 0 Yes / 0 No
Just came
Rating: 1
Joined: Jul 31, 2024
Company:

Hi All!

We want to access to our 1C (client authentication) using our microsoft 365 accounts.

What we done:

1) On azure side we have created an application, gave authority (mail, openID, profile, user read - and also "Granted Access"), entered redirect url (https://<<server name>>/<<publication name>>/authform.html) etc.. (there is no problem on this side)

2) Changed the "default.vrd" file (we had that file before, becouse we were using the web-client). Entered the datas from azure app (client ID, tenant ID, secret ID, redirect URL etc..). The *.vdr data is below:

<openidconnect>
  <providers>
       <![CDATA[
        [
           {
               "name": "azure_oidc",
               "title": "OIDC 1C (Azure)",
               "discovery": "https://login.microsoftonline.com/****************/v2.0/.well-known/openid-configuration",
               "authenticationClaimName": "upn",
               "clientconfig": {
               "authority": "https://login.microsoftonline.com/********************/",
               "client_id": "***********************************",
"client_secret": "**************************",
               "redirect_uri": "https://<<server name>>/<<publication>>/authform.html",
                   "scope": "openid",
                   "response_type": "id_token",
                   "filterProtocolClaims": false,
                   "loadUserInfo": false,
                   "resource": "*****************************"
               }
           }
       ]]]>
   </providers>
   <allowStandardAuthentication>true</allowStandardAuthenticati­on>
</openidconnect>

When trying to connect to 1C (web client) it asks, which authentication mathod we want to use, we choose the "azure", after entering microsoft365 account datas (user name and password), the authentication on azure side is success (we can see it in logs on azure side), but we couldn't login to 1C, we get the page (adding the screen of page in attached file) and doesn't go any further, turns on the same page.

We fount some manuals in internet, did the same. But I thing, that in maybe some additional settings on 1C:Enterprise side.

The version of platform is: 8.3.16.1063

If someone had done client authentication via azure AD, can you please share information and help us :)
Thank you

 
#2
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Sep 12, 2024
Company: YETEV

Hi,

I am having the same problem. I followed the instruction below.


https://its.1c.ru/db/metod8dev#content:5972:hdoc:azure_provider_settings

There is no problem in integrating with Entra ID. Could there be a problem with the 1C version?  The option to log in via Entra ID is available. After passing this stage, a rotating icon remains on the 1C screen. At this stage, when another user tries to access 1c, they encounter the rotating screen of 1c.

The version of platform is: 8.3.16.1063
Appache version: 2.2.22

Download 1c_01.png (15.15 KB)
 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.