Brightspace / D2L.Security.OAuth2

Brightspace OAuth 2.0 for C#
Apache License 2.0
7 stars 16 forks source link

Add acceptable aud claim value as constant #239

Closed sammeyerreed closed 2 years ago

sammeyerreed commented 2 years ago

New constant to be used in https://github.com/Brightspace/oauth2/pull/1245

j3parker commented 2 years ago

I'm fine with this going here but it mostly is a thing for the auth service, like clients don't need to know about it (this is the client library)

It's true that clients could use it, but if they're using this library they can and will use the standard one.

omsmith commented 2 years ago

I would prefer to keep this to a constant in the service.

sammeyerreed commented 2 years ago

Ok I'll close this, happy to keep it in the service repo