Skip to content
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

Docs: Sovereign Cloud Support #1214

Open
iambmelt opened this issue May 31, 2018 · 4 comments
Open

Docs: Sovereign Cloud Support #1214

iambmelt opened this issue May 31, 2018 · 4 comments
Assignees
Labels
Enhancement This is a feature request to add functionality that is not currently supported Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue

Comments

@iambmelt
Copy link
Member

Hi ADAL Team,

We are working on supporting Sovereign Clouds for Teams Android app and have the following question. We are going thru the documentation here - https://identitydocs.azurewebsites.net/static/aad/sovereign_clouds.html which says
"From the Authentication result, you can read and store the cloud_instance_host_name attribute for the correct Azure AD endpoint. You must pass this value as the authority to re-initialize the Authentication context for the subsequent acquireTokenSilent calls to succeed."

How to read cloud_instance_host_name from AuthenticationResult in Android ADAL library, I couldn't find any method or property with that name.

Thanks.

via Teams (Pradeep)

@iambmelt
Copy link
Member Author

I suggest we add documentation to wiki, readme, or identitydocs covering sovereign cloud steps / handling authority changes, etc.

@shoatman
Copy link
Contributor

I sent an email to Navya to update the documentation referred to. I also think we need to add to the wiki.

@shoatman
Copy link
Contributor

The short answer is to get the authority value from the AuthenticationResult. It will return the authority used to issue the token... not necessarily the authority where the request started.

@iambmelt iambmelt added Enhancement This is a feature request to add functionality that is not currently supported Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue labels Dec 19, 2019
@iambmelt
Copy link
Member Author

Assigning to @hamiltonha as this is a docs ask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This is a feature request to add functionality that is not currently supported Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue
Projects
None yet
Development

No branches or pull requests

3 participants