-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I specify AttributeConsumingService in sp metadata? #506
Comments
Hi, yep you can.
It didn't mentioned in docs. It was mentioned as String[] - but isn't true as you see |
@KirillTertunov that was assertionConsumerService not AttributeConsumingService, are they the same? |
yep, you can find an answer here - 'test/index.ts' |
you should check Lines 63 to 69 in 43ac296
they are different properties |
In SpMetadata constructor I see
AttributeConsumingService
is assigned to descriptor but I can't assign it through ServiceProvider unless I input raw metadata.How can I configure it by code?
The text was updated successfully, but these errors were encountered: