|
282 | 282 | "attributes" : { } |
283 | 283 | } ], |
284 | 284 | "aiod-api-swagger" : [ ], |
| 285 | + "sdk-service" : [ ], |
285 | 286 | "account" : [ { |
286 | 287 | "id" : "84469ae7-2c55-421a-aaf0-8571415348dd", |
287 | 288 | "name" : "manage-consent", |
|
639 | 640 | "id" : "018afe4d-f82e-4fe9-aab6-1f98aa7c51cb", |
640 | 641 | "clientId" : "aiod-sdk", |
641 | 642 | "name" : "", |
642 | | - "description" : "", |
| 643 | + "description" : "The client for allowing users to log in through a Device Grant flow with the Python SDK.", |
643 | 644 | "rootUrl" : "", |
644 | 645 | "adminUrl" : "", |
645 | 646 | "baseUrl" : "", |
|
661 | 662 | "protocol" : "openid-connect", |
662 | 663 | "attributes" : { |
663 | 664 | "client.secret.creation.time" : "1757941961", |
| 665 | + "post.logout.redirect.uris" : "+", |
664 | 666 | "oauth2.device.authorization.grant.enabled" : "true", |
665 | 667 | "backchannel.logout.revoke.offline.tokens" : "false", |
666 | 668 | "use.refresh.tokens" : "true", |
|
686 | 688 | "config" : { |
687 | 689 | "user.session.note" : "client_id", |
688 | 690 | "introspection.token.claim" : "true", |
| 691 | + "userinfo.token.claim" : "true", |
689 | 692 | "id.token.claim" : "true", |
690 | 693 | "access.token.claim" : "true", |
691 | 694 | "claim.name" : "client_id", |
|
700 | 703 | "config" : { |
701 | 704 | "user.session.note" : "clientAddress", |
702 | 705 | "introspection.token.claim" : "true", |
| 706 | + "userinfo.token.claim" : "true", |
703 | 707 | "id.token.claim" : "true", |
704 | 708 | "access.token.claim" : "true", |
705 | 709 | "claim.name" : "clientAddress", |
|
714 | 718 | "config" : { |
715 | 719 | "user.session.note" : "clientHost", |
716 | 720 | "introspection.token.claim" : "true", |
| 721 | + "userinfo.token.claim" : "true", |
717 | 722 | "id.token.claim" : "true", |
718 | 723 | "access.token.claim" : "true", |
719 | 724 | "claim.name" : "clientHost", |
|
778 | 783 | "nodeReRegistrationTimeout" : 0, |
779 | 784 | "defaultClientScopes" : [ "web-origins", "acr", "roles", "profile", "email" ], |
780 | 785 | "optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ] |
| 786 | + }, { |
| 787 | + "id" : "21d5d2b7-28b5-4972-9fc0-48bea8508f72", |
| 788 | + "clientId" : "sdk-service", |
| 789 | + "name" : "", |
| 790 | + "description" : "A client that allows the Python SDK to connect a client secret. This may be useful for services. This type of authentication is under evaluation (Sept 2025).", |
| 791 | + "rootUrl" : "", |
| 792 | + "adminUrl" : "", |
| 793 | + "baseUrl" : "", |
| 794 | + "surrogateAuthRequired" : false, |
| 795 | + "enabled" : true, |
| 796 | + "alwaysDisplayInConsole" : false, |
| 797 | + "clientAuthenticatorType" : "client-secret", |
| 798 | + "secret" : "S2zo0zW6QMy8ffcqCozYbHkj0JajcWtQ", |
| 799 | + "redirectUris" : [ "/*" ], |
| 800 | + "webOrigins" : [ "/*" ], |
| 801 | + "notBefore" : 0, |
| 802 | + "bearerOnly" : false, |
| 803 | + "consentRequired" : false, |
| 804 | + "standardFlowEnabled" : false, |
| 805 | + "implicitFlowEnabled" : false, |
| 806 | + "directAccessGrantsEnabled" : false, |
| 807 | + "serviceAccountsEnabled" : true, |
| 808 | + "publicClient" : false, |
| 809 | + "frontchannelLogout" : true, |
| 810 | + "protocol" : "openid-connect", |
| 811 | + "attributes" : { |
| 812 | + "client.secret.creation.time" : "1758096058", |
| 813 | + "post.logout.redirect.uris" : "+", |
| 814 | + "oauth2.device.authorization.grant.enabled" : "false", |
| 815 | + "backchannel.logout.revoke.offline.tokens" : "false", |
| 816 | + "use.refresh.tokens" : "true", |
| 817 | + "oidc.ciba.grant.enabled" : "false", |
| 818 | + "client.use.lightweight.access.token.enabled" : "false", |
| 819 | + "backchannel.logout.session.required" : "true", |
| 820 | + "client_credentials.use_refresh_token" : "false", |
| 821 | + "tls.client.certificate.bound.access.tokens" : "false", |
| 822 | + "require.pushed.authorization.requests" : "false", |
| 823 | + "acr.loa.map" : "{}", |
| 824 | + "display.on.consent.screen" : "false", |
| 825 | + "token.response.type.bearer.lower-case" : "false" |
| 826 | + }, |
| 827 | + "authenticationFlowBindingOverrides" : { }, |
| 828 | + "fullScopeAllowed" : true, |
| 829 | + "nodeReRegistrationTimeout" : -1, |
| 830 | + "protocolMappers" : [ { |
| 831 | + "id" : "4f0aa88f-5a35-4beb-b6d1-4d99e04297d0", |
| 832 | + "name" : "Client Host", |
| 833 | + "protocol" : "openid-connect", |
| 834 | + "protocolMapper" : "oidc-usersessionmodel-note-mapper", |
| 835 | + "consentRequired" : false, |
| 836 | + "config" : { |
| 837 | + "user.session.note" : "clientHost", |
| 838 | + "introspection.token.claim" : "true", |
| 839 | + "userinfo.token.claim" : "true", |
| 840 | + "id.token.claim" : "true", |
| 841 | + "access.token.claim" : "true", |
| 842 | + "claim.name" : "clientHost", |
| 843 | + "jsonType.label" : "String" |
| 844 | + } |
| 845 | + }, { |
| 846 | + "id" : "ba9cf2f3-cc7a-4e25-a903-a34e858e8883", |
| 847 | + "name" : "Client ID", |
| 848 | + "protocol" : "openid-connect", |
| 849 | + "protocolMapper" : "oidc-usersessionmodel-note-mapper", |
| 850 | + "consentRequired" : false, |
| 851 | + "config" : { |
| 852 | + "user.session.note" : "client_id", |
| 853 | + "introspection.token.claim" : "true", |
| 854 | + "userinfo.token.claim" : "true", |
| 855 | + "id.token.claim" : "true", |
| 856 | + "access.token.claim" : "true", |
| 857 | + "claim.name" : "client_id", |
| 858 | + "jsonType.label" : "String" |
| 859 | + } |
| 860 | + }, { |
| 861 | + "id" : "3a7042a9-2e20-4e93-a538-5c96bf3e8379", |
| 862 | + "name" : "Client IP Address", |
| 863 | + "protocol" : "openid-connect", |
| 864 | + "protocolMapper" : "oidc-usersessionmodel-note-mapper", |
| 865 | + "consentRequired" : false, |
| 866 | + "config" : { |
| 867 | + "user.session.note" : "clientAddress", |
| 868 | + "introspection.token.claim" : "true", |
| 869 | + "userinfo.token.claim" : "true", |
| 870 | + "id.token.claim" : "true", |
| 871 | + "access.token.claim" : "true", |
| 872 | + "claim.name" : "clientAddress", |
| 873 | + "jsonType.label" : "String" |
| 874 | + } |
| 875 | + } ], |
| 876 | + "defaultClientScopes" : [ "web-origins", "acr", "roles", "profile", "email" ], |
| 877 | + "optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ] |
781 | 878 | }, { |
782 | 879 | "id" : "0d2164c4-449d-4826-82e4-629307a6f2c5", |
783 | 880 | "clientId" : "security-admin-console", |
|
1319 | 1416 | "subType" : "authenticated", |
1320 | 1417 | "subComponents" : { }, |
1321 | 1418 | "config" : { |
1322 | | - "allowed-protocol-mapper-types" : [ "saml-role-list-mapper", "oidc-usermodel-property-mapper", "oidc-full-name-mapper", "saml-user-attribute-mapper", "oidc-address-mapper", "saml-user-property-mapper", "oidc-usermodel-attribute-mapper", "oidc-sha256-pairwise-sub-mapper" ] |
| 1419 | + "allowed-protocol-mapper-types" : [ "oidc-usermodel-property-mapper", "saml-role-list-mapper", "oidc-address-mapper", "oidc-full-name-mapper", "oidc-sha256-pairwise-sub-mapper", "saml-user-property-mapper", "oidc-usermodel-attribute-mapper", "saml-user-attribute-mapper" ] |
1323 | 1420 | } |
1324 | 1421 | }, { |
1325 | 1422 | "id" : "10f8b9b2-1038-4c98-b7a5-a9ac88fed69e", |
|
1361 | 1458 | "subType" : "anonymous", |
1362 | 1459 | "subComponents" : { }, |
1363 | 1460 | "config" : { |
1364 | | - "allowed-protocol-mapper-types" : [ "oidc-usermodel-property-mapper", "oidc-address-mapper", "oidc-usermodel-attribute-mapper", "saml-user-attribute-mapper", "oidc-sha256-pairwise-sub-mapper", "oidc-full-name-mapper", "saml-user-property-mapper", "saml-role-list-mapper" ] |
| 1461 | + "allowed-protocol-mapper-types" : [ "saml-role-list-mapper", "saml-user-property-mapper", "oidc-sha256-pairwise-sub-mapper", "saml-user-attribute-mapper", "oidc-usermodel-property-mapper", "oidc-full-name-mapper", "oidc-usermodel-attribute-mapper", "oidc-address-mapper" ] |
1365 | 1462 | } |
1366 | 1463 | }, { |
1367 | 1464 | "id" : "1d21f027-e0ae-4b80-b95e-f21d9426f115", |
|
0 commit comments