|
477 | 477 | "webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister": false, |
478 | 478 | "webAuthnPolicyPasswordlessAcceptableAaguids": [], |
479 | 479 | "webAuthnPolicyPasswordlessExtraOrigins": [], |
480 | | - "users": [ |
481 | | - { |
482 | | - "id": "e2f1cc15-fbdd-47a2-9150-f62ef4b7e7a4", |
483 | | - "username": "service-account-sb-backend", |
484 | | - "emailVerified": false, |
485 | | - "createdTimestamp": 1741450579853, |
486 | | - "enabled": true, |
487 | | - "totp": false, |
488 | | - "serviceAccountClientId": "sb-backend", |
489 | | - "disableableCredentialTypes": [], |
490 | | - "requiredActions": [], |
491 | | - "realmRoles": [ |
492 | | - "default-roles-study-buddies" |
493 | | - ], |
494 | | - "notBefore": 0, |
495 | | - "groups": [] |
496 | | - } |
497 | | - ], |
498 | 480 | "scopeMappings": [ |
499 | 481 | { |
500 | 482 | "clientScope": "offline_access", |
|
762 | 744 | "enabled": true, |
763 | 745 | "alwaysDisplayInConsole": false, |
764 | 746 | "clientAuthenticatorType": "client-secret", |
765 | | - "secret": "**********", |
766 | 747 | "redirectUris": [ |
767 | 748 | "http://localhost:8080/*" |
768 | 749 | ], |
|
772 | 753 | "notBefore": 0, |
773 | 754 | "bearerOnly": false, |
774 | 755 | "consentRequired": false, |
775 | | - "standardFlowEnabled": false, |
| 756 | + "standardFlowEnabled": true, |
776 | 757 | "implicitFlowEnabled": false, |
777 | 758 | "directAccessGrantsEnabled": true, |
778 | | - "serviceAccountsEnabled": true, |
779 | | - "publicClient": false, |
| 759 | + "serviceAccountsEnabled": false, |
| 760 | + "publicClient": true, |
780 | 761 | "frontchannelLogout": true, |
781 | 762 | "protocol": "openid-connect", |
782 | 763 | "attributes": { |
|
796 | 777 | "require.pushed.authorization.requests": "false", |
797 | 778 | "acr.loa.map": "{}", |
798 | 779 | "display.on.consent.screen": "false", |
| 780 | + "pkce.code.challenge.method": "S256", |
799 | 781 | "token.response.type.bearer.lower-case": "false" |
800 | 782 | }, |
801 | 783 | "authenticationFlowBindingOverrides": {}, |
802 | 784 | "fullScopeAllowed": true, |
803 | 785 | "nodeReRegistrationTimeout": -1, |
804 | 786 | "defaultClientScopes": [ |
805 | | - "service_account", |
806 | 787 | "web-origins", |
807 | 788 | "acr", |
808 | 789 | "roles", |
|
0 commit comments