Browse Source

feat(openiddict): add pushed_authorization(PAR) endpoints

pull/1416/head
colin 2 months ago
parent
commit
e01127c0ad
  1. 1
      apps/vben5/packages/@abp/openiddict/src/components/applications/ApplicationModal.vue

1
apps/vben5/packages/@abp/openiddict/src/components/applications/ApplicationModal.vue

@ -125,6 +125,7 @@ const endpoints = reactive<DefaultOptionType[]>([
{ label: 'device', value: 'device' },
{ label: 'revocation', value: 'revocation' },
{ label: 'introspection', value: 'introspection' },
{ label: 'pushed_authorization', value: 'pushed_authorization' },
]);
const getGrantTypes = computed(() => {
const types = openIdConfiguration.value?.grant_types_supported ?? [];

Loading…
Cancel
Save