
t823e (t823e) asked a question.
I am hoping to figure out how to send custom attributes on a per-app basis for OIDC style apps. I know I can make my own claims and these claims are added to the token but the problem is then ANY app who uses that auth server would also get that claim attribute - which is not desired. I read somewhere that adding a custom attribute to the app profile would automatically show up in the token - but that does not seem to work for me. Any suggestions?

may be,
request the claim by pass scopes.?
yeah basically the options are:
I use both based on "business unit" need.
if they don't have such need on custom claims use default one
if they need custom claims , use custom auth