Brian Retterer
Brian Retterer
Thanks @ctrl-f5 we manage the CLA's externally right now. I see the CLA and will add this PR to our tasks to look at and possibly be merged in
Thank you for the PR, we would need to have you sign a cla for this to be merged in after we do our internal review. You can begin the...
@ctrl-f5 Thank you for the issue report on this. I am going to need to look into this a bit to find why it was created the way it was...
@rbro could you please respond with reproduction steps for getting your error. I believe I know what is going on, but want to be sure by seeing your configuration and...
Yes, That would be the correct way to do it. You do need to use `setClientId()` for this. For the issue of different clientId's, we suggest that you dynamically build...
@rbro unfortunately, there is no way to handle this in the current library. We will look into adding this as an enhancement in a future release of this library.
Hi @zoltanpeto - Thank you for your feedback here. We are always open to improvements of this library from the community and these sounds like they could be useful. We...
Regarding your error you are receiving. Can you run: ``` import aiohttp import asyncio async def main(): keys_url = 'https://{YOUR_ORG}/oauth2/default/v1/keys' async with aiohttp.ClientSession() as session: async with await session.get(keys_url) as...
Thanks for the feedback. Although these samples are set to provide OIDC examples, I will bring this up with our team to see what we can add to help with...
Hello @whod81. Can you tell me which one of the samples you are using. It appears you may be using the custom-login? If this is the case, please share your...