Does anybody know how it’s possible to get application claims, specified on App Sign-On page, using .net core middleware sdk? It seems like it only pulls standard openid scoped attributes, no matter what configuration parameters I provide it with.
If by default authorization server you are referring to the custom authorization server (eg. https://org.okta.com/oauth2/default), then it does not support by default. The scope and claim would need to be redeclared as per the steps mentioned here.
Yeah, I kinda figured, that I can explicitly specify claims and add them to “my
default” auth server (though you say it’s not the “default” one ) and put them into whatever scope I want.
But can you explain then, what is that scenario, when those claims, which I refer to in my screenshot, will be available without recreating them per the document?