zoukankan      html  css  js  c++  java
  • MIT KIT OpenID Connect Demo Client

    Hello world!

    You are NOT currently logged in.

    This example application is configured with several pages requiring different levels of access. This page does not require the user to be logged in. Use the tabs in the navbar above to navigate to pages with different access requirements.

    • User, requires the user to be logged in with the ROLE_USER Spring Security authority.
    • Admin, requires the user to be logged in with the ROLE_ADMIN Spring Security authority. See below for the currently configured list of admin accounts.
    • Log in, log in directly and return to this page.

    Client Filter Configuration

    This authorization filter for this client has been configured with the following components:

    • Issuer service: HybridIssuerService
    • Server configuration service: HybridServerConfigurationService
    • Client configuration service: HybridClientConfigurationService
    • Auth request options service: StaticAuthRequestOptionsService
    • Auth request URI builder: PlainAuthRequestUrlBuilder

    Administrators

    Logged in users are assigned the ROLE_USER authority by default, but the following users (identified by issuer/subject pairs) will also be given ROLE_ADMIN:

    IssuerSubject
    https://mitreid.org/ 90342.ASDFJWFA

    https://mitreid.org/rp/

  • 相关阅读:
    [CF451E] Devu and Flowers
    [CF1038E] Maximum Matching
    [CF825E] Minimal Labels
    [CCPC2020绵阳L] Lottery
    [CCPC2020绵阳K] Knowledge is Power
    [CCPC2020绵阳J] Joy of Handcraft
    [CCPC2020绵阳G] Game of Cards
    [CCPC2020绵阳D] Defuse the Bombs
    [CF1082E] Increasing Frequency
    [CF301B] Yaroslav and Time
  • 原文地址:https://www.cnblogs.com/softidea/p/8397537.html
Copyright © 2011-2022 走看看