Month: October 2024
Help on Error message “There’s a problem with this formula”
Hi,
I am looking for help to resolve this error message:
I am trying to put in a spilled formula for the years 2025 – 2028 to sum by years.
I knew the current highlighted formula is not spilled yet, but I am getting the error message. Can someone give me help? Thanks,
Hi, I am looking for help to resolve this error message:I am trying to put in a spilled formula for the years 2025 – 2028 to sum by years. I knew the current highlighted formula is not spilled yet, but I am getting the error message. Can someone give me help? Thanks, Read More
Read the site collection URLs in excel/CSV and replace the Email ID.in the “Allow access requests”
Hi All,
I want to read Excel file which consist of Site collection URLs and replace the “Allow access requests” email ID with existing one.
Using Powershell script, I need to read the site collection URLs in excel file and replace email sbktest@test with email address removed for privacy reasons for all the site collection URLs.
Please see the attached screenshot where i need to change.
Hi All, I want to read Excel file which consist of Site collection URLs and replace the “Allow access requests” email ID with existing one. Using Powershell script, I need to read the site collection URLs in excel file and replace email sbktest@test with email address removed for privacy reasons for all the site collection URLs. Please see the attached screenshot where i need to change. Read More
onedrive file redirection / disable
Hi, i have 25 users that are out of an active directory domain and has to do the following:
1- that the local folders for desktop, downloads, documents and images are synchronized in OneDrive by default and the users cant change this.
2- that the user can only save files in those folders (zip, word, excel, etc), and cannot save to the C or D drive or to a USB drive
3- that the files are available offline
4- that synchronization with OneDrive is mandatory and that the user cannot change it.
Users are not local administrators, computers do not belong to a domain, or active directory, users have a basic Office 365 account and have 1 terabyte of space in the cloud.
Any idea how i can achieve this?
Thanks
C.
Hi, i have 25 users that are out of an active directory domain and has to do the following:1- that the local folders for desktop, downloads, documents and images are synchronized in OneDrive by default and the users cant change this.2- that the user can only save files in those folders (zip, word, excel, etc), and cannot save to the C or D drive or to a USB drive3- that the files are available offline4- that synchronization with OneDrive is mandatory and that the user cannot change it. Users are not local administrators, computers do not belong to a domain, or active directory, users have a basic Office 365 account and have 1 terabyte of space in the cloud.Any idea how i can achieve this?ThanksC. Read More
Abnormal Output Results of Increment Operators in VS2022
Body:
Hello. I’m learning about increment operators in C++ and have encountered a situation where the output results in VS2022 are not as expected.
Here is my test code:
#include <iostream>
using namespace std;
int main()
{
cout << “nPre – and post – increment operators ++” << endl;
int i = 2, j = 3;
cout << “i:” << i << “,i++:” << i++ << endl;
cout << “j:” << j << “,++j:” << ++j << endl;
return 0;
}
根据 C++ 标准,预期结果应为“i:2,i++:2”和“j:3,++j:4”。但是,当我在 VS2022 中运行代码时(使用“Start Without Debugging”选项),结果是不同的。
我已经尝试了以下解决方案:
1. 在每个 cout 语句后添加了 std::endl 或 std::flush 以强制缓冲区刷新。
2. 将项目编译选项中的优化设置为“Disabled (/Od)”。
3. 回复 – 创建项目并复制代码以再次运行它。
4. 重启 VS2022。
5. 检查并确保我在 Solution Explorer 视图中操作,并尝试对其进行调整。
我的 VS2022 版本是 [您的版本号]。我的操作系统是 [您的操作系统版本]。我希望有人能帮我找出问题所在。谢谢!
Body:Hello. I’m learning about increment operators in C++ and have encountered a situation where the output results in VS2022 are not as expected.Here is my test code:#include <iostream>using namespace std;int main(){cout << “nPre – and post – increment operators ++” << endl;int i = 2, j = 3;cout << “i:” << i << “,i++:” << i++ << endl;cout << “j:” << j << “,++j:” << ++j << endl;return 0;}根据 C++ 标准,预期结果应为“i:2,i++:2”和“j:3,++j:4”。但是,当我在 VS2022 中运行代码时(使用“Start Without Debugging”选项),结果是不同的。我已经尝试了以下解决方案:1. 在每个 cout 语句后添加了 std::endl 或 std::flush 以强制缓冲区刷新。2. 将项目编译选项中的优化设置为“Disabled (/Od)”。3. 回复 – 创建项目并复制代码以再次运行它。4. 重启 VS2022。5. 检查并确保我在 Solution Explorer 视图中操作,并尝试对其进行调整。我的 VS2022 版本是 [您的版本号]。我的操作系统是 [您的操作系统版本]。我希望有人能帮我找出问题所在。谢谢! Read More
24H2 uninstalled my RSAT, they fail to reinstall
Updated my Windows 11 22H2 to 24H2. I had RSAT installed, which originally took 3 days for it to download and install. Wasn’t happy when I went to find Active Directory tool and no where to be found. Tried going to Ptional Features > Add Feature > select and add RSAT tools. But the all fail with Couldn’t Add.
Just ran an SFC /scannow, and it found corrupt files that it fixed. Still can’t add them. Checked for the service Windows Update wuauserv, but that is not listed in my services.msc.
Updated my Windows 11 22H2 to 24H2. I had RSAT installed, which originally took 3 days for it to download and install. Wasn’t happy when I went to find Active Directory tool and no where to be found. Tried going to Ptional Features > Add Feature > select and add RSAT tools. But the all fail with Couldn’t Add. Just ran an SFC /scannow, and it found corrupt files that it fixed. Still can’t add them. Checked for the service Windows Update wuauserv, but that is not listed in my services.msc. Read More
Is it Possible to Create a Conditional Access Policy for Non-Interactive Sign-Ins Based on Location?
Hi everyone,
I’m looking to create a Conditional Access policy in Azure AD that targets non-interactive sign-ins based on the user’s location. Specifically, I want to restrict non-interactive logins if they originate from outside a specific geographic region. Is it possible to configure such a policy? If so, what are the necessary steps and considerations?
Any guidance or documentation links would be greatly appreciated!
Thanks!
Hi everyone,I’m looking to create a Conditional Access policy in Azure AD that targets non-interactive sign-ins based on the user’s location. Specifically, I want to restrict non-interactive logins if they originate from outside a specific geographic region. Is it possible to configure such a policy? If so, what are the necessary steps and considerations?Any guidance or documentation links would be greatly appreciated!Thanks! Read More
Creo que Copilot debería tener algun tipo de API.
Creo que Copilot debería de tener algún tipo de API que permita la integración de terceros para poder darle instrucciones de forma automática. Esto sería un gran avance para las empresas, ya que aceleraría muchos procesos. ¿Se imaginan que le puedas dar instrucciones por medio de un robot y esta haga trabajos que como de Excel tal cual como el robot se lo pida? Esto ahorraría un montón de tiempo y si ahorra tiempo eso es ganancia y si es ganancia de tiempo, es ganancia de dinero para todos. ¡Saludos! 🤗
Creo que Copilot debería de tener algún tipo de API que permita la integración de terceros para poder darle instrucciones de forma automática. Esto sería un gran avance para las empresas, ya que aceleraría muchos procesos. ¿Se imaginan que le puedas dar instrucciones por medio de un robot y esta haga trabajos que como de Excel tal cual como el robot se lo pida? Esto ahorraría un montón de tiempo y si ahorra tiempo eso es ganancia y si es ganancia de tiempo, es ganancia de dinero para todos. ¡Saludos! 🤗 Read More
Power Apps ColumnChart improvments needed
I have this SharePoint list, which stores the following info:- Mainly TotalNumberOfCompletedWorkOrder & TotalNumberOfWorkOrders. and i am showing those columns inside a Column chart inside my canvas app, as follow:- But i need to know if i can do those 2 improvements:- 1) To show the percentages of the TotalNumberOfCompletedWorkOrder ? so let say i have those numbers for a chart:- – TotalNumberOfWorkOrders =375 – TotalNumberOfCompletedWorkOrders = 25 To show 6% beside the 25 ? something as follow:- 2) To fix the relative height of the columns to really represents the differences, for example this seems confusing:- so in the second chart i would assume that the “5” column height should be 1/2 the height of the “11”.. while in the above charts seems the layout is a bit confusing… Please any one can advice if there is a direct or any workarounds to fix the above 2 issues? Thanks Read More
how to put a newline/carriage return in Microsoft To Do app
why is it I can’t even put a newline/carriage return in the Microsoft To Do app on Windows 11? this is so ridiculous this simple functionality isn’t in place.
why is it I can’t even put a newline/carriage return in the Microsoft To Do app on Windows 11? this is so ridiculous this simple functionality isn’t in place. Read More
Fun Learning Experience Made by Friendship across the Sea
Collaborations across borders are taking place all over the world. Engaging with people who share the same interests in specific products or services, either in-person or online, provides opportunities to gain new insights and grow as professionals.
In many of these global collaborations, the primary language of communication is English. For those whose native language is not English and who rarely communicate in English in their daily lives, connecting with people from other linguistic backgrounds can be challenging.
Despite using different languages, Microsoft MVPs from Korea and Japan, who share the common ground of being part of the technical community and having an interest in Power Apps, co-hosted a hands-on event in Korea. In this blog, we will introduce this event along with the experiences shared by the participants.
From Japan to Korea: “Instrument App” Development with Power Apps and Community Talks
At the Microsoft Korea office in Seoul, with a direct view of the Gyeongbokgung Palace, a royal palace from the Joseon Dynasty, Korean and Japanese Microsoft MVPs, along with Microsoft Learn Student Ambassadors and community staff, gathered to host a community event, Super Hands-on with Korean and Japanese MVPs!. The concept was to offer the unique technical community experience from Japan to the Korean community members. Participants who visited the venue experienced Japan’s community initiative of developing an instrument app using Power Apps through a hands-on workshop.
The event kicked off with a session by Japanese MVP Ryota Nakamura, introducing the overview of Power Platform communities in Japan. Participants listened carefully with great interest as various communities and their activities were featured.
Japanese Business Applications MVP Ryota Nakamura introducing the Japanese community
Following Korean MVP Jaeseok Lee’s lead, the hands-on session began, with participants fully focused on the goal of developing a Piano App. Many participants were new to Power Apps, and they successfully completed their first Power Apps experience by asking MVPs and community staff members for help when needed.
Korean Business Applications MVP Jaeseok Lee leading the start of the hands-on session
Community Program Manager Soyoung Lee, learning how to use the tool with the community members
Finally, nine participants came to the front and performed “Do-Re-Mi” using the Piano App they developed, led by Japanese MVP Taichi Nakamura, wrapping up the hands-on workshop with smiles all around. You can enjoy a video of the performance below.
Q&A Session for Deeper Mutual Understanding
After the hands-on session, there was Q&A to further deepen mutual understanding. Japanese MVPs Ryota and Taichi, along with Azure MVP/Regional Director Kazuyuki Miyake, and former Microsoft employee Shohei Oda, who has extensive knowledge of Developer Relations, answered various questions from participants. The discussion covered topics from Power Platform and AI technologies from business and community perspectives to the participants’ involvement in the technical community and their future growth. The interaction continued for over an hour as questions kept coming in.
Japanese panelists (I Rie also spoke a little, appearing on the far left)
The Background Behind This Collaboration
This collaboration was first proposed by Korean MVPs Jaeseok Lee and Inhee Lee, who run the Power Platform community in Korea.
One of Korean MVP organizers, Jaeseok, shared the inspiration behind the idea: “During the Microsoft AI Tour event at the end of April, I had the chance to share my thoughts on visiting Japan with Rie Moriguchi, a Community Program Manager from Japan. This conversation led to a discussion about collaborating with Power Platform MVPs from various regions in Japan, which ultimately resulted in planning this event.”
Jaeseok continues, “When Japanese MVPs introduced their demonstration of playing musical instruments created with Power Apps, I realized how enjoyable and versatile the Power Platform can be. Inspired by this, I decided to organize an interactive, hands-on session (with interpreters involved) instead of a formal seminar. The plan was to collaborate with the Japanese MVPs to create a piano app and perform ‘Do-Re-Mi’ together. This idea expanded as the travel plans evolved, and it allowed many people to have a wonderful and fun experience.”
On the other hand, Japanese MVP Ryota shared his thoughts on receiving the invitation, which was a new community experience for him: “I have always had a strong desire to connect with MVPs from around the world. After having the opportunity to speak at an event in Thailand, I wanted to encourage Japanese MVPs to participate more in international events. I was particularly interested in building connections with MVPs from Korea, not only because it’s our neighboring country with close physical proximity, but also because it is active in international exchange. So, when I received this offer, I was genuinely delighted. I was filled with excitement about the unique opportunities for interaction that only the IT community can offer.”
Preparation for the collaboration involved Japanese MVPs creating content and sharing it with Korean MVPs during pre-event online meetings. Everyone met in person only on the day of the event. Despite not working together on a regular basis, each MVP demonstrated their community leadership, resulting in a lively event from start to finish.
Inhee reflected on this collaboration experience saying: “I have always wanted to hold an event with MVPs from abroad, and now that it’s actually happening, my heart is pounding with excitement and emotion. Above all, thanks to Seok Heo, who took the time to train the staff in advance despite being incredibly busy with his new job, all I had to do was simply enjoy the meal that others had prepared. Unlike directly preparing for a lecture, this was an event where I only needed to support others, so it was easier. However, because of that, I felt my sense of tension and focus slightly diminish.”
MVP organizers (From left: Ryota from Japan, Inhee from Korea, Taichi from Japan, and Jaeseok from Korea)
A New Community Experience for Both Countries
As mentioned in Inhee’s comments, the MVPs who significantly contributed to the success of this event, Seok Heo, discovered new possibilities for the community through this collaboration: “The previous hands-on activities mainly followed a scenario of ‘new technology + current work = increased productivity.’ This often resulted in a simple dissemination of technology. However, this event was different. Not only did it focus on developing skills to improve work productivity, but the atmosphere was also filled with excitement from all participants. It was a rediscovery of the joy of community activities, and this experience seems like it will set a new standard for future community events.”
Another Japanese MVP, Taichi, shared what he learned from interacting with Korean community members rather than the Japanese members he usually interacts with. “In terms of interactions with people from other countries, I felt that the language barrier has already become much lower. However, I also realized that having a translator is still quite convenient. I look forward to the further evolution of IT technologies that will continue to break down language barriers. Although we come from different countries, the shared interest in IT created an immediate sense of connection. It didn’t take long for us to become friends. There was a lot of enthusiasm for learning new skills and knowledge, and the Q&A sessions were filled with passionate questions. One of the key takeaways from the community events was that shyness has no place there. Additionally, I was surprised by the large number of student participants. In the Japanese community I’m a part of, student participation is rare, so I felt the need to create more bridges for students to join.”
Taichi mentioned the most impactful learning from this opportunity, “What I admired most was how almost everyone kept a smile on their face from start to finish. It reaffirmed the importance of ‘having fun’ as a key element in these activities.”
Japanese MVPs, Ryota and Taichi, and Korean student participants
The Dedication of the MVPs Bridging the Language Gap
Korean Developer Technologies MVP Jinseok Kim, whose main area of expertise is .NET and not Power Platform, played a major role in this collaboration from planning to execution because he speaks fluent Japanese. While English was used in meetings among the organizing members and with participants during the event, not everyone was able to communicate fluently in English. He provided real-time translation during the hands-on session and community talks, supporting communication and the exchange of information between non-native English speakers.
Jinseok reflected on the event as follows: “Above all, I am most delighted that we were able to give everyone the feeling that we can try something together. Everyone harbors some vague fears about international exchange, but it seems this has become an opportunity to overcome them. Personally, it was also a chance to experience a shift in perspective. I hope to engage in more enjoyable activities in the future.”
Right: Jinseok, who supported communication in both Korean and Japanese
Toward Further Collaboration
Recently, as introduced in the MVP Communities Blog, a Korean AI Platform MVP participated as a guest speaker at a conference Azure OpenAI Service Dev Day Conference in Japan, providing the Japanese community with new perspectives on technical information. This time, Japanese MVPs visited Korea and provided the Korean community with an enjoyable community experience. Through collaborations between communities that have traditionally focused primarily on domestic activities, new community value is being created.
Based on the success of this collaboration, MVPs from both countries are already discussing their next exciting project: “Let’s hold the next event in Japan.” As a community leader and a father, Inhee shared his thoughts after interacting with the Japanese MVPs: “Moreover, being able to share a deep sense of empathy with Japanese MVPs who also have teenage children was an unexpected bonus. I’m already looking forward to the next event.”
Lastly, we’d like to share the event report blogs written by MVPs after the event. Explore more about their reflections and insights from this experience.
– Jinseok Kim (Korea): Super Hand-on Korean and .. : 네이버블로그 (naver.com)
– Ryota Nakamura (Japan): 韓国にいって登壇してきたお話 (zenn.dev)
– Taichi Nakamura (Japan): 韓国のコミュニティイベントに参加して学びや刺激を得た話 – Art-Break .log : Taichi Nakamura
Group photo with everyone gathered at this special event, smiling together
Microsoft Tech Community – Latest Blogs –Read More
Metering Needed for Marketplace Private Offer?
As a seller, for Azure marketplace private offers — is meter reporting required for amount below the committed amount? Or is it possible to just report meters/usage if/when the buyer has exceeded the private offer amount?
As a seller, for Azure marketplace private offers — is meter reporting required for amount below the committed amount? Or is it possible to just report meters/usage if/when the buyer has exceeded the private offer amount? Read More
Search Function – Across Multiple Boards at Once
I am wondering of anyone has a solution to searching by keyword within and across multiple boards / plans at once.
We have tasks which are titled by the client name.We have multiple boards each representing a different core process in our business.The one client can have a task card on multiple boards as we are often completing simultaneous tasks for the same client.In New Planner for the Web, under My Tasks, I am able to search across multiple boards by key word (client name) and it returns all records that include that key word, THAT I AM ASSIGNED TO, irrespective of the board the task sits on.
My Question: Does anyone have a suggestion on how I might be able to achieve the above outcome, but not limit the findings to tasks I am assigned to. Essentially I want to see all tasks for the client, across multiple boards.
This would be helpful as it allows us to have a client centric view of our tasks and Co-pilot could use the information to produce a summary of everything being worked on by client.
I am wondering of anyone has a solution to searching by keyword within and across multiple boards / plans at once. We have tasks which are titled by the client name.We have multiple boards each representing a different core process in our business.The one client can have a task card on multiple boards as we are often completing simultaneous tasks for the same client.In New Planner for the Web, under My Tasks, I am able to search across multiple boards by key word (client name) and it returns all records that include that key word, THAT I AM ASSIGNED TO, irrespective of the board the task sits on. My Question: Does anyone have a suggestion on how I might be able to achieve the above outcome, but not limit the findings to tasks I am assigned to. Essentially I want to see all tasks for the client, across multiple boards. This would be helpful as it allows us to have a client centric view of our tasks and Co-pilot could use the information to produce a summary of everything being worked on by client. Read More
New webinar alert: Using Marketplace Rewards to increase your app sales
Marketplace Rewards is part of ISV Success and offers sales and marketing benefits to help ISVs accelerate application sales on the Microsoft commercial marketplace. I’m excited to share a new webinar available for partners to help transform your approach to the marketplace using Marketplace Rewards and elevate your business in the competitive market landscape.
Join us on October 22 at 9:00 am PDT! My colleague @Luxmi_Nagaraj will cover:
:black_small_square: An explanation of every marketing and sales benefit available through Marketplace Rewards including Azure Sponsorship- learn how to lower your Azure infrastructure costs and sweeten sales deals, enhance and develop your solution, and offer no-cost proof of concept demonstrations to your client base.
:black_small_square: The availability and eligibility requirements for Marketplace Rewards
:black_small_square: The Marketplace Rewards tier-based model: “The more you perform, the more you earn.”
:black_small_square: The ROI of activating Marketplace Rewards benefits
Register today: aka.ms/usingmktplacerewards
Questions about Marketplace Rewards? Comment below and our Marketplace Rewards team will answer!
Marketplace Rewards is part of ISV Success and offers sales and marketing benefits to help ISVs accelerate application sales on the Microsoft commercial marketplace. I’m excited to share a new webinar available for partners to help transform your approach to the marketplace using Marketplace Rewards and elevate your business in the competitive market landscape.Join us on October 22 at 9:00 am PDT! My colleague @Luxmi_Nagaraj will cover::black_small_square: An explanation of every marketing and sales benefit available through Marketplace Rewards including Azure Sponsorship- learn how to lower your Azure infrastructure costs and sweeten sales deals, enhance and develop your solution, and offer no-cost proof of concept demonstrations to your client base. :black_small_square: The availability and eligibility requirements for Marketplace Rewards:black_small_square: The Marketplace Rewards tier-based model: “The more you perform, the more you earn.” :black_small_square: The ROI of activating Marketplace Rewards benefitsRegister today: aka.ms/usingmktplacerewards
Questions about Marketplace Rewards? Comment below and our Marketplace Rewards team will answer!
Importing a text file in excel
Hello I have a text file in this format below. I’m wondering how I can get each phrase in the quotations to be in its own column per [] block. Thank you in advance.
ex.
[
“example”,
[
“example”,
“example”
]
]
[
“example”,
[
“example”,
“example”
]
]
Hello I have a text file in this format below. I’m wondering how I can get each phrase in the quotations to be in its own column per [] block. Thank you in advance.ex.[ “example”, [ “example”, “example” ]][ “example”, [ “example”, “example” ]] Read More
Reapply filters shortcut not working
Hi all!
I’m looking to reapply filters to an existing table. If I hit the Reapply button under data, it works fine. If I press Ctrl+Alt+L nothing happens.
This was working on the same spreadsheet last week, but I think I’ve changed something in the data or table or… something! that has broken it.
Any tips would be greatly appreciated!
Hi all! I’m looking to reapply filters to an existing table. If I hit the Reapply button under data, it works fine. If I press Ctrl+Alt+L nothing happens. This was working on the same spreadsheet last week, but I think I’ve changed something in the data or table or… something! that has broken it. Any tips would be greatly appreciated! Read More
SQL DB(serverless sql pool) access grant to end user.
What is the best way to grant access to users for SQL DB(serverless sql pool) build on top of synapse azure lake db. How should SQL DB (views or external tables) access the lake database (storage container). Should we use RBAC, Managed Identity, ACLS, etc. Please tell me the best way/used in industry to handle it.
What is the best way to grant access to users for SQL DB(serverless sql pool) build on top of synapse azure lake db. How should SQL DB (views or external tables) access the lake database (storage container). Should we use RBAC, Managed Identity, ACLS, etc. Please tell me the best way/used in industry to handle it. Read More
Looking for a little direction.
I’m building a data base of clients and want to use their phone numbers as a trigger to populate a daily schedule on a separate sheet. For example: I type in the clients phone number and want their name and address to populate in their respective cells. I’m sure it can be done just not sure just how to go about it.
would really appreciate any advice. Cheers.
I’m building a data base of clients and want to use their phone numbers as a trigger to populate a daily schedule on a separate sheet. For example: I type in the clients phone number and want their name and address to populate in their respective cells. I’m sure it can be done just not sure just how to go about it. would really appreciate any advice. Cheers. Read More
Formating Cells
Hi All,
I am trying to format a cell, where I have text orientated at -75degrees and tried to insert a border around the cell. As a result the border is not straight but goes to the same angle as the text?
Hi All, I am trying to format a cell, where I have text orientated at -75degrees and tried to insert a border around the cell. As a result the border is not straight but goes to the same angle as the text? Read More
PDF Error Message
We are using SharePoint 2019 on-prem, and are having an issue with a few PDF documents that are being loaded to a document library. Attached is a screenshot for reference, but when a user tries to open the PDF, they get a “Failed to load PDF” error message. I’ve tried resaving the PDF, renaming the PDF, and uploading the PDF to a different library, but still get the error message. Not all PDF documents behave that way; I uploaded one last week without any issue. And the file size isn’t an issue. I’ve checked the PDF to see if there are any security issues, but the PDF doesn’t show any.
Has anyone had this issue and know how to resolve it?
Thanks!
We are using SharePoint 2019 on-prem, and are having an issue with a few PDF documents that are being loaded to a document library. Attached is a screenshot for reference, but when a user tries to open the PDF, they get a “Failed to load PDF” error message. I’ve tried resaving the PDF, renaming the PDF, and uploading the PDF to a different library, but still get the error message. Not all PDF documents behave that way; I uploaded one last week without any issue. And the file size isn’t an issue. I’ve checked the PDF to see if there are any security issues, but the PDF doesn’t show any. Has anyone had this issue and know how to resolve it? Thanks! Read More
How do I add more claims to the openid-configurations manifest claims-supported json?
Right now when I reach out to “https://login.microsoftonline.com/{myAppId}/v2.0/.well-known/openid-configuration“
I get the following options in my json:
“claims_supported”: [
“sub”,
“iss”,
“cloud_instance_name”,
“cloud_instance_host_name”,
“cloud_graph_host_name”,
“msgraph_host”,
“aud”,
“exp”,
“iat”,
“auth_time”,
“acr”,
“nonce”,
“preferred_username”,
“name”,
“tid”,
“ver”,
“at_hash”,
“c_hash”,
“email”
],
The consuming system will only allow me to use claims from that node for the username, and we have a custom claim called employeeId that we’d like to use, but it is not in this list and is not available for use.
Is there any way to add a custom claim to the “claims_supported” options?
Right now when I reach out to “https://login.microsoftonline.com/{myAppId}/v2.0/.well-known/openid-configuration”I get the following options in my json: “claims_supported”: [
“sub”,
“iss”,
“cloud_instance_name”,
“cloud_instance_host_name”,
“cloud_graph_host_name”,
“msgraph_host”,
“aud”,
“exp”,
“iat”,
“auth_time”,
“acr”,
“nonce”,
“preferred_username”,
“name”,
“tid”,
“ver”,
“at_hash”,
“c_hash”,
“email”
], The consuming system will only allow me to use claims from that node for the username, and we have a custom claim called employeeId that we’d like to use, but it is not in this list and is not available for use.Is there any way to add a custom claim to the “claims_supported” options? Read More