将IdentityServer4与第三方身份提供商集成

时间:2020-11-12 08:50:28

标签: asp.net asp.net-core oauth-2.0 asp.net-identity identityserver4

我正在尝试将IndentityServer4与NICE inContact IDP集成。由于Microsoft没有现成的可与NICE inContact集成的库。 因此,我正在使用Microsoft.AspNetCore.Authentication.OAuth库,因为NICE inContact IDP遵循OAuth 2隐式授予类型。 以下是他们提到的配置:

14dp

但是,当我尝试在AspNetCore Startup.cs类中进行配置时,Microsoft.AspNetCore.Authentication.OAuth中似乎没有提供大多数相应的设置成员。我尝试编写它,但是它不起作用。

<com.google.android.material.navigation.NavigationView
    android:layout_width="175dp"
    android:layout_height="match_parent" 
    android:id="@+id/navigation_view"
    app:menu="@menu/drawer_menu"
    app:itemIconPadding="14dp"    <------
    app:headerLayout="@layout/drawer_header"
    android:layout_gravity="start"
    android:fitsSystemWindows="true">
</com.google.android.material.navigation.NavigationView>

有人可以指导我如何进行整合。以下是我尝试与IdentityServer4集成的第三方IDP的链接 https://developer.niceincontact.com/Documentation/GettingStarted

谢谢!

0 个答案:

没有答案